Searched refs:hci_sock_dev_event (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_sync.c | 4859 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_setup_sync() 5024 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_open_sync() 5032 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_open_sync() 5071 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_open_sync() 5202 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_close_sync() 5244 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_close_sync()
|
H A D | hci_core.c | 2630 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 2692 hci_sock_dev_event(hdev, HCI_DEV_UNREG); in hci_unregister_dev() 2818 hci_sock_dev_event(hdev, HCI_DEV_SUSPEND); in hci_suspend_dev() 2846 hci_sock_dev_event(hdev, HCI_DEV_RESUME); in hci_resume_dev()
|
H A D | hci_sock.c | 804 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() function
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 2245 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|