Searched refs:HCI_INIT (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_core.c | 1376 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1477 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_open() 1690 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1692 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 2679 if (test_bit(HCI_INIT, &hdev->flags)) in hci_ncmd_timeout() 3917 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 4076 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4995 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 5064 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 5069 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| A D | hci_event.c | 784 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_bd_addr() 818 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_cc_read_page_scan_activity() 853 if (test_bit(HCI_INIT, &hdev->flags)) in hci_cc_read_page_scan_type()
|
| A D | hci_sock.c | 1199 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
| A D | hci_request.c | 450 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 254 HCI_INIT, enumerator
|
Completed in 41 milliseconds