Home
last modified time | relevance | path

Searched refs:HCI_RESET (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h325 HCI_RESET, enumerator
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h265 HCI_RESET, enumerator
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c216 clear_bit(HCI_RESET, &hdev->flags); in hci_cc_reset()
3592 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_complete_evt()
3697 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_status_evt()
H A Dhci_core.c192 set_bit(HCI_RESET, &req->hdev->flags); in hci_reset_req()
5000 if (test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_work()