Lines Matching defs:hdev
52 struct hci_dev *hdev; member
64 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete() local
101 struct hci_dev *hdev = urb->context; in bpa10x_rx_complete() local
136 static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev) in bpa10x_submit_intr_urb()
177 static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev) in bpa10x_submit_bulk_urb()
218 static int bpa10x_open(struct hci_dev *hdev) in bpa10x_open()
241 static int bpa10x_close(struct hci_dev *hdev) in bpa10x_close()
252 static int bpa10x_flush(struct hci_dev *hdev) in bpa10x_flush()
263 static int bpa10x_setup(struct hci_dev *hdev) in bpa10x_setup()
281 static int bpa10x_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bpa10x_send_frame()
359 static int bpa10x_set_diag(struct hci_dev *hdev, bool enable) in bpa10x_set_diag()
381 struct hci_dev *hdev; in bpa10x_probe() local