Searched refs:HCI_INIT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 2864 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan_sync() 2949 test_bit(HCI_INIT, &hdev->flags) || in hci_update_passive_scan() 3330 #define HCI_INIT(_func) \ macro 3337 HCI_INIT(hci_read_local_version_sync), 3339 HCI_INIT(hci_read_bd_addr_sync), 3404 HCI_INIT(hci_read_local_features_sync), 3406 HCI_INIT(hci_read_local_version_sync), 3408 HCI_INIT(hci_read_bd_addr_sync), 3462 HCI_INIT(hci_read_local_version_sync), 3464 HCI_INIT(hci_read_local_cmds_syn [all...] |
H A D | hci_core.c | 1519 /* During HCI_INIT phase no events can be injected if the ncmd timer in hci_ncmd_timeout() 1522 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 2743 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 2931 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4041 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4114 * When device is HCI_INIT, we still need to process in hci_rx_work() 4119 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4124 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
H A D | hci_sock.c | 1294 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
H A D | hci_event.c | 974 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 1012 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 1051 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 1490 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1590 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1801 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1803 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 3856 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 3949 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4880 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4944 * When device is HCI_INIT, we still need to process in hci_rx_work() 4949 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4954 if (test_bit(HCI_INIT, in hci_rx_work() [all...] |
H A D | hci_event.c | 760 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 794 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 829 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
H A D | hci_sock.c | 1230 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
H A D | hci_request.c | 445 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 254 HCI_INIT, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 338 HCI_INIT, enumerator
|
Completed in 56 milliseconds