Lines Matching refs:hci_dev
49 struct hci_dev *hdev;
156 void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_sock()
252 void hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_monitor()
302 static struct sk_buff *create_monitor_event(struct hci_dev *hdev, int event) in create_monitor_event()
348 struct hci_dev *hdev; in send_monitor_replay()
367 static void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data) in hci_si_event()
393 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event()
490 struct hci_dev *hdev; in hci_sock_release()
524 static int hci_sock_blacklist_add(struct hci_dev *hdev, void __user *arg) in hci_sock_blacklist_add()
541 static int hci_sock_blacklist_del(struct hci_dev *hdev, void __user *arg) in hci_sock_blacklist_del()
562 struct hci_dev *hdev = hci_pi(sk)->hdev; in hci_sock_bound_ioctl()
680 struct hci_dev *hdev = NULL; in hci_sock_bind()
709 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
710 hdev = hci_dev_get(haddr.hci_dev); in hci_sock_bind()
728 if (haddr.hci_dev == HCI_DEV_NONE) { in hci_sock_bind()
738 hdev = hci_dev_get(haddr.hci_dev); in hci_sock_bind()
787 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
813 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
858 struct hci_dev *hdev; in hci_sock_getname()
876 haddr->hci_dev = hdev->id; in hci_sock_getname()
976 struct hci_dev *hdev = NULL; in hci_mgmt_cmd()
1085 struct hci_dev *hdev; in hci_sock_sendmsg()