Searched refs:hci_sock_dev_event (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 1413 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_do_open() 1420 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_do_open() 1485 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_do_open() 1514 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_do_open() 1671 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_do_close() 1702 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_do_close() 3235 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 3283 hci_sock_dev_event(hdev, HCI_DEV_UNREG); in hci_unregister_dev() 3323 hci_sock_dev_event(hdev, HCI_DEV_SUSPEND); in hci_suspend_dev() 3331 hci_sock_dev_event(hdev, HCI_DEV_RESUME); in hci_resume_dev()
|
D | hci_sock.c | 727 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() function
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 1451 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|