Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 3562 #define HCI_INIT(_func) \ macro 3571 HCI_INIT(hci_read_bd_addr_sync), 3636 HCI_INIT(hci_read_bd_addr_sync), 3799 HCI_INIT(hci_read_dev_class_sync), 3801 HCI_INIT(hci_read_local_name_sync), 3903 HCI_INIT(hci_write_eir_sync), 4189 HCI_INIT(hci_set_event_mask_sync), 4503 HCI_INIT(hci_set_le_support_sync), 4956 set_bit(HCI_INIT, &hdev->flags); in hci_dev_init_sync() 4996 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_init_sync() [all …]
|
| H A D | hci_core.c | 1478 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 2680 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 2885 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 3922 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4000 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4005 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| H A D | hci_sock.c | 1291 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
| H A D | hci_event.c | 969 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 1007 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 1046 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 385 HCI_INIT, enumerator
|