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

/linux-master/include/net/bluetooth/
H A Dhci_sync.h11 typedef int (*hci_cmd_sync_work_func_t)(struct hci_dev *hdev, void *data); typedef
17 hci_cmd_sync_work_func_t func;
47 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
49 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
51 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
54 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
58 bool hci_cmd_sync_dequeue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
61 hci_cmd_sync_work_func_t func, void *data,
/linux-master/net/bluetooth/
H A Dhci_sync.c635 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
672 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
686 _hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
712 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
728 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
756 hci_cmd_sync_work_func_t func,
776 bool hci_cmd_sync_dequeue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,

Completed in 147 milliseconds