Searched refs:HCI_INIT (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 1800 set_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 1802 clear_bit(HCI_INIT, &hdev->flags); in hci_dev_do_close() 3845 if (!test_bit(HCI_INIT, &hdev->flags) && in hci_unregister_dev() 3938 && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame() 4869 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete() 4938 !test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work() 4943 if (test_bit(HCI_INIT, &hdev->flags)) { in hci_rx_work()
|
| H A D | hci_sock.c | 1198 if (test_bit(HCI_INIT, &hdev->flags) || in hci_sock_bind()
|
| H A 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()
|
| H A D | hci_request.c | 396 test_bit(HCI_INIT, &hdev->flags) || in __hci_update_background_scan()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.h | 314 HCI_INIT, enumerator
|
| H A D | rtk_btusb.c | 801 (!test_bit(HCI_UP, &hdev->flags) && !test_bit(HCI_INIT, &hdev->flags))) { in hci_recv_frame()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 254 HCI_INIT, enumerator
|