Lines Matching refs:hci_dev
52 struct hci_dev *hdev;
64 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete()
101 struct hci_dev *hdev = urb->context; in bpa10x_rx_complete()
135 static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev) in bpa10x_submit_intr_urb()
175 static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev) in bpa10x_submit_bulk_urb()
215 static int bpa10x_open(struct hci_dev *hdev) in bpa10x_open()
238 static int bpa10x_close(struct hci_dev *hdev) in bpa10x_close()
249 static int bpa10x_flush(struct hci_dev *hdev) in bpa10x_flush()
260 static int bpa10x_setup(struct hci_dev *hdev) in bpa10x_setup()
280 static int bpa10x_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bpa10x_send_frame()
358 static int bpa10x_set_diag(struct hci_dev *hdev, bool enable) in bpa10x_set_diag()
380 struct hci_dev *hdev; in bpa10x_probe()