Home
last modified time | relevance | path

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

/Linux-v5.15/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.c729 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
815 tci_sleep.mode = 0x5; in btmtkuart_setup()
816 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
817 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
818 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
819 tci_sleep.time_compensation = 0; in btmtkuart_setup()
821 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
Dbtusb.c2769 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
2894 tci_sleep.mode = 0x5; in btusb_mtk_setup()
2895 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
2896 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
2897 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
2898 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
2900 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()