Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_sync.c290 entry = list_first_entry_or_null(&hdev->cmd_sync_work_list, in hci_cmd_sync_work()
626 INIT_LIST_HEAD(&hdev->cmd_sync_work_list); in hci_cmd_sync_init()
645 list_for_each_entry_safe(entry, tmp, &hdev->cmd_sync_work_list, list) { in hci_cmd_sync_clear()
710 list_add_tail(&entry->list, &hdev->cmd_sync_work_list); in hci_cmd_sync_submit()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h516 struct list_head cmd_sync_work_list; member