Searched refs:HCI_CMD_PENDING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 4048 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete() 4186 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
|
H A D | hci_event.c | 4271 if (hci_dev_test_flag(hdev, HCI_CMD_PENDING)) { in hci_cmd_complete_evt() 4387 if (hci_dev_test_flag(hdev, HCI_CMD_PENDING)) { in hci_cmd_status_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 330 HCI_CMD_PENDING, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 417 HCI_CMD_PENDING, enumerator
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 3607 if (hci_dev_test_flag(hdev, HCI_CMD_PENDING)) { in hci_cmd_complete_evt() 3720 if (hci_dev_test_flag(hdev, HCI_CMD_PENDING)) { in hci_cmd_status_evt()
|
H A D | hci_core.c | 4887 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete() 5008 hci_dev_set_flag(hdev, HCI_CMD_PENDING); in hci_cmd_work()
|
Completed in 41 milliseconds