Searched refs:tci_sleep (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtkuart.c | 592 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local 678 tci_sleep.mode = 0x5; in btmtkuart_setup() 679 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup() 680 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup() 681 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup() 682 tci_sleep.time_compensation = 0; in btmtkuart_setup() 684 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
|
H A D | btmtksdio.c | 773 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()
|
H A D | btusb.c | 3086 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local 3235 tci_sleep.mode = 0x5; in btusb_mtk_setup() 3236 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3237 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3238 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup() 3239 tci_sleep.time_compensation = 0; in btusb_mtk_setup() 3241 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()
|