Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_core.c | 1443 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1519 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1722 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1724 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 3383 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 3470 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4381 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4448 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| D | hci_sock.c | 1155 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
| D | hci_event.c | 742 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 759 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 794 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
| D | hci_request.c | 394 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 212 HCI_INIT, enumerator
|