Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 1459 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1519 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1719 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1721 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 3451 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 3535 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4392 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4454 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
D | hci_request.c | 492 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
D | hci_sock.c | 817 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
D | hci_event.c | 696 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 713 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 748 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 188 HCI_INIT, enumerator
|