Searched refs:hci_sock_dev_event (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 4874 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_setup_sync() 5039 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_open_sync() 5047 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_open_sync() 5086 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_open_sync() 5210 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_close_sync() 5252 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_close_sync()
|
H A D | hci_core.c | 2636 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 2698 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
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 2157 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|