Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
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() 1800 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1802 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 3848 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 3941 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4872 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4941 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4946 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
D | hci_sock.c | 1205 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
D | hci_event.c | 758 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 792 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 827 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
D | hci_request.c | 443 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 254 HCI_INIT, enumerator
|