Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dbtmtkuart.c597 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
683 tci_sleep.mode = 0x5; in btmtkuart_setup()
684 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
685 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
686 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
687 tci_sleep.time_compensation = 0; in btmtkuart_setup()
689 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
Dbtmtksdio.c773 struct btmtk_tci_sleep tci_sleep; in mt76xx_setup() local
836 tci_sleep.mode = 0x5; in mt76xx_setup()
837 tci_sleep.duration = cpu_to_le16(0x640); in mt76xx_setup()
838 tci_sleep.host_duration = cpu_to_le16(0x640); in mt76xx_setup()
839 tci_sleep.host_wakeup_pin = 0; in mt76xx_setup()
840 tci_sleep.time_compensation = 0; in mt76xx_setup()
842 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in mt76xx_setup()
Dbtusb.c3063 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
3212 tci_sleep.mode = 0x5; in btusb_mtk_setup()
3213 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3214 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
3215 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
3216 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
3218 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()