Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dbtmtksdio.c777 struct btmtk_tci_sleep tci_sleep; in btmtksdio_setup() local
841 tci_sleep.mode = 0x5; in btmtksdio_setup()
842 tci_sleep.duration = cpu_to_le16(0x640); in btmtksdio_setup()
843 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtksdio_setup()
844 tci_sleep.host_wakeup_pin = 0; in btmtksdio_setup()
845 tci_sleep.time_compensation = 0; in btmtksdio_setup()
847 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtksdio_setup()
Dbtmtkuart.c727 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
813 tci_sleep.mode = 0x5; in btmtkuart_setup()
814 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
815 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
816 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
817 tci_sleep.time_compensation = 0; in btmtkuart_setup()
819 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
Dbtusb.c2879 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
3010 tci_sleep.mode = 0x5; in btusb_mtk_setup()
3011 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3012 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3013 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
3014 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
3016 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()