Searched refs:HCI_INIT (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 3301 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan_sync() 3392 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan() 3783 #define HCI_INIT(_func) \ 3790 HCI_INIT(hci_read_local_version_sync), 3792 HCI_INIT(hci_read_bd_addr_sync), in hci_reset_sync() 3855 HCI_INIT(hci_read_local_features_sync), 3857 HCI_INIT(hci_read_local_version_sync), 3859 HCI_INIT(hci_read_bd_addr_sync), in hci_read_local_cmds_sync() 4020 HCI_INIT(hci_read_buffer_size_sync), 4022 HCI_INIT(hci_read_dev_class_syn 3778 #define HCI_INIT( global() macro [all...] |
| H A D | hci_core.c | 1455 /* During HCI_INIT phase no events can be injected if the ncmd timer in hci_ncmd_timeout() 1458 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 2683 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 2888 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 3943 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4016 * When device is HCI_INIT, we still need to process in hci_rx_work() 4021 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4026 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| H A D | hci_event.c | 975 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 1013 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 1052 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 384 HCI_INIT, enumerator
|