Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/bluetooth/
Dhci_sync.h8 typedef int (*hci_cmd_sync_work_func_t)(struct hci_dev *hdev, void *data); typedef
14 hci_cmd_sync_work_func_t func;
44 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/Linux-v6.1/net/bluetooth/
Dhci_sync.c684 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue()