Searched refs:tci_sleep (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmtksdio.c | 776 struct btmtk_tci_sleep tci_sleep; in btmtksdio_setup() local 840 tci_sleep.mode = 0x5; in btmtksdio_setup() 841 tci_sleep.duration = cpu_to_le16(0x640); in btmtksdio_setup() 842 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtksdio_setup() 843 tci_sleep.host_wakeup_pin = 0; in btmtksdio_setup() 844 tci_sleep.time_compensation = 0; in btmtksdio_setup() 846 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtksdio_setup()
|
| H A D | btmtkuart.c | 734 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local 820 tci_sleep.mode = 0x5; in btmtkuart_setup() 821 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup() 822 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup() 823 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup() 824 tci_sleep.time_compensation = 0; in btmtkuart_setup() 826 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
|
| H A D | btusb.c | 3277 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local 3362 tci_sleep.mode = 0x5; in btusb_mtk_setup() 3363 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3364 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3365 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup() 3366 tci_sleep.time_compensation = 0; in btusb_mtk_setup() 3368 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()
|