Searched refs:hci_cmd_sync_submit (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/net/bluetooth/ |
D | hci_sync.h | 47 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
|
/Linux-v6.6/net/bluetooth/ |
D | hci_sync.c | 688 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()
|
D | mgmt.c | 1415 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered()
|