Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 3117 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan_sync() 3202 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan() 3587 #define HCI_INIT(_func) \ 3594 HCI_INIT(hci_read_local_version_sync), 3596 HCI_INIT(hci_read_bd_addr_sync), 3657 HCI_INIT(hci_read_local_features_sync), 3659 HCI_INIT(hci_read_local_version_sync), 3661 HCI_INIT(hci_read_bd_addr_sync), 3797 HCI_INIT(hci_read_buffer_size_sync), 3799 HCI_INIT(hci_read_dev_class_syn 3586 #define HCI_INIT( global() macro [all...] |
H A D | hci_core.c | 1471 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 2685 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 2874 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 3896 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 3974 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 3979 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 | 958 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 996 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 1035 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 346 HCI_INIT, enumerator
|