Searched defs:nokia_bt_dev (Results 1 – 1 of 1) sorted by relevance
119 struct nokia_bt_dev { struct120 struct hci_uart hu;121 struct serdev_device *serdev;123 struct gpio_desc *reset;124 struct gpio_desc *wakeup_host;125 struct gpio_desc *wakeup_bt;126 unsigned long sysclk_speed;128 int wake_irq;129 struct sk_buff *rx_skb;130 struct sk_buff_head txq;[all …]