Lines Matching defs:nokia_bt_dev
119 struct nokia_bt_dev { struct
120 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;
131 bdaddr_t bdaddr;
133 int init_error;
134 struct completion init_completion;
159 struct nokia_bt_dev *btdev = data; in wakeup_handler() argument