Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtmtkuart.c593 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
679 tci_sleep.mode = 0x5; in btmtkuart_setup()
680 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
681 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
682 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
683 tci_sleep.time_compensation = 0; in btmtkuart_setup()
685 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
H A Dbtmtksdio.c786 struct btmtk_tci_sleep tci_sleep; in mt76xx_setup() local
849 tci_sleep.mode = 0x5; in mt76xx_setup()
850 tci_sleep.duration = cpu_to_le16(0x640); in mt76xx_setup()
851 tci_sleep.host_duration = cpu_to_le16(0x640); in mt76xx_setup()
852 tci_sleep.host_wakeup_pin = 0; in mt76xx_setup()
853 tci_sleep.time_compensation = 0; in mt76xx_setup()
855 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in mt76xx_setup()
H A Dbtmtk.c1281 struct btmtk_tci_sleep tci_sleep; in btmtk_usb_setup() local
1437 tci_sleep.mode = 0x5; in btmtk_usb_setup()
1438 tci_sleep.duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1439 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1440 tci_sleep.host_wakeup_pin = 0; in btmtk_usb_setup()
1441 tci_sleep.time_compensation = 0; in btmtk_usb_setup()
1443 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtk_usb_setup()