Home
last modified time | relevance | path

Searched refs:cmd_sync_work_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dhci_sync.c288 entry = list_first_entry_or_null(&hdev->cmd_sync_work_list, in hci_cmd_sync_work()
629 INIT_LIST_HEAD(&hdev->cmd_sync_work_list); in hci_cmd_sync_init()
646 list_for_each_entry_safe(entry, tmp, &hdev->cmd_sync_work_list, list) { in hci_cmd_sync_clear()
701 list_add_tail(&entry->list, &hdev->cmd_sync_work_list); in hci_cmd_sync_queue()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h514 struct list_head cmd_sync_work_list; member