Searched refs:tci_sleep (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmtkuart.c | 729 struct btmtk_tci_sleep tci_sleep; in btmtkuart_setup() local 815 tci_sleep.mode = 0x5; in btmtkuart_setup() 816 tci_sleep.duration = cpu_to_le16(0x640); in btmtkuart_setup() 817 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtkuart_setup() 818 tci_sleep.host_wakeup_pin = 0; in btmtkuart_setup() 819 tci_sleep.time_compensation = 0; in btmtkuart_setup() 821 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtkuart_setup()
|
H A D | btmtksdio.c | 776 struct btmtk_tci_sleep tci_sleep; in btmtksdio_setup() local 840 tci_sleep.mode = 0x5; in btmtksdio_setup() 841 tci_sleep.duration = cpu_to_le16(0x640); in btmtksdio_setup() 842 tci_sleep.host_duration = cpu_to_le16(0x640); in btmtksdio_setup() 843 tci_sleep.host_wakeup_pin = 0; in btmtksdio_setup() 844 tci_sleep.time_compensation = 0; in btmtksdio_setup() 846 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btmtksdio_setup()
|
H A D | btusb.c | 3299 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local 3384 tci_sleep.mode = 0x5; in btusb_mtk_setup() 3385 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3386 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3387 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup() 3388 tci_sleep.time_compensation = 0; in btusb_mtk_setup() 3390 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()
|
/kernel/linux/linux-6.6/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 | 3070 struct btmtk_tci_sleep tci_sleep; in btusb_mtk_setup() local 3219 tci_sleep.mode = 0x5; in btusb_mtk_setup() 3220 tci_sleep.duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3221 tci_sleep.host_duration = cpu_to_le16(0x640); in btusb_mtk_setup() 3222 tci_sleep.host_wakeup_pin = 0; in btusb_mtk_setup() 3223 tci_sleep.time_compensation = 0; in btusb_mtk_setup() 3225 skb = __hci_cmd_sync(hdev, 0xfc7a, sizeof(tci_sleep), &tci_sleep, in btusb_mtk_setup()
|
Completed in 16 milliseconds