Home
last modified time | relevance | path

Searched defs:nokia_bt_dev (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/bluetooth/
Dhci_nokia.c133 struct nokia_bt_dev { struct
134 struct hci_uart hu;
135 struct serdev_device *serdev;
137 struct gpio_desc *reset;
138 struct gpio_desc *wakeup_host;
139 struct gpio_desc *wakeup_bt;
140 unsigned long sysclk_speed;
142 int wake_irq;
143 struct sk_buff *rx_skb;
144 struct sk_buff_head txq;
[all …]
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_nokia.c124 struct nokia_bt_dev { struct
125 struct hci_uart hu;
126 struct serdev_device *serdev;
128 struct gpio_desc *reset;
129 struct gpio_desc *wakeup_host;
130 struct gpio_desc *wakeup_bt;
131 unsigned long sysclk_speed;
133 int wake_irq;
134 struct sk_buff *rx_skb;
135 struct sk_buff_head txq;
[all …]