Lines Matching defs:nokia_bt_dev
133 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;
145 bdaddr_t bdaddr;
147 int init_error;
148 struct completion init_completion;
173 struct nokia_bt_dev *btdev = data; in wakeup_handler() argument