Home
last modified time | relevance | path

Searched refs:tci_sleep (Results 1 – 2 of 2) 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.c1310 struct btmtk_tci_sleep tci_sleep; in btmtk_usb_setup() local
1493 tci_sleep.mode = 0x5; in btmtk_usb_setup()
1494 tci_sleep.duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1495 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtk_usb_setup()
1496 tci_sleep.host_wakeup_pin = 0; in btmtk_usb_setup()
1497 tci_sleep.time_compensation = 0; in btmtk_usb_setup()
1499 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtk_usb_setup()