Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_submit (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/net/bluetooth/
Dhci_sync.h47 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/Linux-v6.6/net/bluetooth/
Dhci_sync.c688 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit() function
719 EXPORT_SYMBOL(hci_cmd_sync_submit);
734 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_queue()
Dmgmt.c1415 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered()