Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bluetooth/
Dbtmtkuart.c598 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
684 tci_sleep.mode = 0x5; in btmtkuart_setup()
685 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
686 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
687 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
688 tci_sleep.time_compensation = 0; in btmtkuart_setup()
690 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.c2710 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local
2843 tci_sleep.mode = 0x5; in btusb_mtk_setup()
2844 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup()
2845 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup()
2846 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup()
2847 tci_sleep.time_compensation = 0; in btusb_mtk_setup()
2849 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()