Searched refs:hci_sock_dev_event (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_sync.c | 4689 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_setup_sync() 4858 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_open_sync() 4866 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_open_sync() 4901 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_open_sync() 5026 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_close_sync() 5062 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_close_sync()
|
| D | hci_core.c | 2691 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 2751 hci_sock_dev_event(hdev, HCI_DEV_UNREG); in hci_unregister_dev() 2851 hci_sock_dev_event(hdev, HCI_DEV_SUSPEND); in hci_suspend_dev() 2879 hci_sock_dev_event(hdev, HCI_DEV_RESUME); in hci_resume_dev()
|
| D | hci_sock.c | 804 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() function
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci_core.h | 2123 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|