Lines Matching refs:hci_dev
49 struct hci_dev *hdev;
153 void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_sock()
254 void hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_monitor()
307 static struct sk_buff *create_monitor_event(struct hci_dev *hdev, int event) in create_monitor_event()
388 struct hci_dev *hdev; in send_monitor_replay()
429 static void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data) in hci_si_event()
455 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event()
554 struct hci_dev *hdev; in hci_sock_release()
597 static int hci_sock_blacklist_add(struct hci_dev *hdev, void __user *arg) in hci_sock_blacklist_add()
614 static int hci_sock_blacklist_del(struct hci_dev *hdev, void __user *arg) in hci_sock_blacklist_del()
635 struct hci_dev *hdev = hci_pi(sk)->hdev; in hci_sock_bound_ioctl()
753 struct hci_dev *hdev = NULL; in hci_sock_bind()
782 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
783 hdev = hci_dev_get(haddr.hci_dev); in hci_sock_bind()
801 if (haddr.hci_dev == HCI_DEV_NONE) { in hci_sock_bind()
811 hdev = hci_dev_get(haddr.hci_dev); in hci_sock_bind()
860 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
886 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
931 struct hci_dev *hdev; in hci_sock_getname()
949 haddr->hci_dev = hdev->id; in hci_sock_getname()
1049 struct hci_dev *hdev = NULL; in hci_mgmt_cmd()
1158 struct hci_dev *hdev; in hci_sock_sendmsg()