Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dbtmtksdio.c761 struct btmtk_tci_sleep tci_sleep; in btmtksdio_setup() local
825 tci_sleep.mode = 0x5; in btmtksdio_setup()
826 tci_sleep.duration = cpu_to_le16(0x640); in btmtksdio_setup()
827 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtksdio_setup()
828 tci_sleep.host_wakeup_pin = 0; in btmtksdio_setup()
829 tci_sleep.time_compensation = 0; in btmtksdio_setup()
831 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtksdio_setup()
Dbtmtkuart.c732 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
818 tci_sleep.mode = 0x5; in btmtkuart_setup()
819 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
820 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
821 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
822 tci_sleep.time_compensation = 0; in btmtkuart_setup()
824 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
Dbtusb.c2922 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
3007 tci_sleep.mode = 0x5; in btusb_mtk_setup()
3008 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3009 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3010 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
3011 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
3013 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()