Searched refs:HCI_RESET (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 218 clear_bit(HCI_RESET, &hdev->flags); in hci_cc_reset() 3601 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_complete_evt() 3706 if (ev->ncmd && !test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_status_evt()
|
H A D | hci_core.c | 192 set_bit(HCI_RESET, &req->hdev->flags); in hci_reset_req() 5011 if (test_bit(HCI_RESET, &hdev->flags)) in hci_cmd_work()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 265 HCI_RESET, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 349 HCI_RESET, enumerator
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 4211 if (test_bit(HCI_RESET, &hdev->flags) || in hci_cmd_work()
|
H A D | hci_event.c | 280 clear_bit(HCI_RESET, &hdev->flags); in hci_cc_reset() 3778 if (!test_bit(HCI_RESET, &hdev->flags)) { in handle_cmd_cnt_and_timer()
|
H A D | hci_sync.c | 3347 set_bit(HCI_RESET, &hdev->flags); in hci_reset_sync()
|
Completed in 44 milliseconds