Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 3175 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan_sync() 3260 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan() 3645 #define HCI_INIT(_func) \ macro 3652 HCI_INIT(hci_read_local_version_sync), 3654 HCI_INIT(hci_read_bd_addr_sync), 3715 HCI_INIT(hci_read_local_features_sync), 3717 HCI_INIT(hci_read_local_version_sync), 3719 HCI_INIT(hci_read_bd_addr_sync), 3880 HCI_INIT(hci_read_buffer_size_sync), 3882 HCI_INIT(hci_read_dev_class_sync), [all …]
|
| H A D | hci_core.c | 1494 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 2717 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 2922 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 3978 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4056 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4061 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| H A D | hci_sock.c | 1298 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/include/net/bluetooth/ |
| H A D | hci.h | 387 HCI_INIT, enumerator
|