Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/bluetooth/
Dhci_sync.h81 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.14.4/net/bluetooth/
Dhci_sync.c782 if (hci_cmd_sync_lookup_entry(hdev, func, data, destroy)) in hci_cmd_sync_queue_once()
820 if (hci_cmd_sync_lookup_entry(hdev, func, data, destroy)) in hci_cmd_sync_run_once()
833 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_lookup_entry() function
844 EXPORT_SYMBOL(hci_cmd_sync_lookup_entry);
866 entry = hci_cmd_sync_lookup_entry(hdev, func, data, destroy); in hci_cmd_sync_dequeue_once()