Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtmtkuart.c594 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local
680 tci_sleep.mode = 0x5; in btmtkuart_setup()
681 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup()
682 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup()
683 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup()
684 tci_sleep.time_compensation = 0; in btmtkuart_setup()
686 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
H A Dbtmtk.c1276 struct btmtk_tci_sleep tci_sleep; in btmtk_usb_setup() local
1432 tci_sleep.mode = 0x5; in btmtk_usb_setup()
1433 tci_sleep.duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1434 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1435 tci_sleep.host_wakeup_pin = 0; in btmtk_usb_setup()
1436 tci_sleep.time_compensation = 0; in btmtk_usb_setup()
1438 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtk_usb_setup()
H A Dbtmtksdio.c785 struct btmtk_tci_sleep tci_sleep; in mt76xx_setup() local
848 tci_sleep.mode = 0x5; in mt76xx_setup()
849 tci_sleep.duration = cpu_to_le16(0x640); in mt76xx_setup()
850 tci_sleep.host_duration = cpu_to_le16(0x640); in mt76xx_setup()
851 tci_sleep.host_wakeup_pin = 0; in mt76xx_setup()
852 tci_sleep.time_compensation = 0; in mt76xx_setup()
854 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in mt76xx_setup()