Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c294 entry = list_first_entry_or_null(&hdev->cmd_sync_work_list, in hci_cmd_sync_work()
630 INIT_LIST_HEAD(&hdev->cmd_sync_work_list); in hci_cmd_sync_init()
649 list_for_each_entry_safe(entry, tmp, &hdev->cmd_sync_work_list, list) { in hci_cmd_sync_clear()
719 list_add_tail(&entry->list, &hdev->cmd_sync_work_list); in hci_cmd_sync_submit()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h493 struct list_head cmd_sync_work_list; member