Searched refs:hci_sock_dev_event (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 1487 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_do_open() 1496 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_do_open() 1597 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_do_open() 1631 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_do_open() 1788 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_do_close() 1821 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_do_close() 3796 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 3856 hci_sock_dev_event(hdev, HCI_DEV_UNREG); in hci_unregister_dev() 3902 hci_sock_dev_event(hdev, HCI_DEV_SUSPEND); in hci_suspend_dev() 3910 hci_sock_dev_event(hdev, HCI_DEV_RESUME); in hci_resume_dev()
|
D | hci_sock.c | 745 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() function
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 1658 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|