Lines Matching refs:hci_dev
37 struct hci_dev *hdev;
50 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete()
87 struct hci_dev *hdev = urb->context; in bpa10x_rx_complete()
121 static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev) in bpa10x_submit_intr_urb()
161 static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev) in bpa10x_submit_bulk_urb()
201 static int bpa10x_open(struct hci_dev *hdev) in bpa10x_open()
224 static int bpa10x_close(struct hci_dev *hdev) in bpa10x_close()
235 static int bpa10x_flush(struct hci_dev *hdev) in bpa10x_flush()
246 static int bpa10x_setup(struct hci_dev *hdev) in bpa10x_setup()
266 static int bpa10x_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bpa10x_send_frame()
344 static int bpa10x_set_diag(struct hci_dev *hdev, bool enable) in bpa10x_set_diag()
367 struct hci_dev *hdev; in bpa10x_probe()