Searched refs:tci_sleep (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/bluetooth/ |
D | btmtkuart.c | 593 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()
|
D | btmtksdio.c | 781 struct btmtk_tci_sleep tci_sleep; in mt76xx_setup() local 844 tci_sleep.mode = 0x5; in mt76xx_setup() 845 tci_sleep.duration = cpu_to_le16(0x640); in mt76xx_setup() 846 tci_sleep.host_duration = cpu_to_le16(0x640); in mt76xx_setup() 847 tci_sleep.host_wakeup_pin = 0; in mt76xx_setup() 848 tci_sleep.time_compensation = 0; in mt76xx_setup() 850 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in mt76xx_setup()
|
D | btmtk.c | 1278 struct btmtk_tci_sleep tci_sleep; in btmtk_usb_setup() local 1444 tci_sleep.mode = 0x5; in btmtk_usb_setup() 1445 tci_sleep.duration = cpu_to_le16(0x640); in btmtk_usb_setup() 1446 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtk_usb_setup() 1447 tci_sleep.host_wakeup_pin = 0; in btmtk_usb_setup() 1448 tci_sleep.time_compensation = 0; in btmtk_usb_setup() 1450 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtk_usb_setup()
|