Searched refs:hci_sock_dev_event (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/bluetooth/ |
| D | hci_sync.c | 4494 hci_sock_dev_event(hdev, HCI_DEV_SETUP); in hci_dev_setup_sync() 4669 hci_sock_dev_event(hdev, HCI_DEV_OPEN); in hci_dev_open_sync() 4677 hci_sock_dev_event(hdev, HCI_DEV_UP); in hci_dev_open_sync() 4711 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_open_sync() 4836 hci_sock_dev_event(hdev, HCI_DEV_DOWN); in hci_dev_close_sync() 4872 hci_sock_dev_event(hdev, HCI_DEV_CLOSE); in hci_dev_close_sync()
|
| D | hci_core.c | 2658 hci_sock_dev_event(hdev, HCI_DEV_REG); in hci_register_dev() 2716 hci_sock_dev_event(hdev, HCI_DEV_UNREG); in hci_unregister_dev() 2812 hci_sock_dev_event(hdev, HCI_DEV_SUSPEND); in hci_suspend_dev() 2840 hci_sock_dev_event(hdev, HCI_DEV_RESUME); in hci_resume_dev()
|
| D | hci_sock.c | 746 void hci_sock_dev_event(struct hci_dev *hdev, int event) in hci_sock_dev_event() function
|
| /Linux-v6.1/include/net/bluetooth/ |
| D | hci_core.h | 1960 void hci_sock_dev_event(struct hci_dev *hdev, int event);
|