Lines Matching defs:hdev
37 struct hci_dev *hdev; member
49 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete() local
86 struct hci_dev *hdev = urb->context; in bpa10x_rx_complete() local
120 static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev) in bpa10x_submit_intr_urb()
160 static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev) in bpa10x_submit_bulk_urb()
200 static int bpa10x_open(struct hci_dev *hdev) in bpa10x_open()
223 static int bpa10x_close(struct hci_dev *hdev) in bpa10x_close()
234 static int bpa10x_flush(struct hci_dev *hdev) in bpa10x_flush()
245 static int bpa10x_setup(struct hci_dev *hdev) in bpa10x_setup()
265 static int bpa10x_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bpa10x_send_frame()
343 static int bpa10x_set_diag(struct hci_dev *hdev, bool enable) in bpa10x_set_diag()
366 struct hci_dev *hdev; in bpa10x_probe() local