Home
last modified time | relevance | path

Searched refs:tci_sleep (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/bluetooth/
Dbtmtksdio.c776 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()
Dbtmtkuart.c731 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
817 tci_sleep.mode = 0x5; in btmtkuart_setup()
818 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
819 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
820 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
821 tci_sleep.time_compensation = 0; in btmtkuart_setup()
823 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
Dbtusb.c3192 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
3277 tci_sleep.mode = 0x5; in btusb_mtk_setup()
3278 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3279 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3280 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
3281 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
3283 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()