Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/bluetooth/
Dhci_sync.h70 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.14.4/net/bluetooth/
Dhci_sync.c702 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit() function
733 EXPORT_SYMBOL(hci_cmd_sync_submit);
748 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_queue()
807 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_run()
Dmgmt.c1415 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered()
2689 err = hci_cmd_sync_submit(hdev, add_uuid_sync, cmd, in add_uuid()
2787 err = hci_cmd_sync_submit(hdev, remove_uuid_sync, cmd, in remove_uuid()
2857 err = hci_cmd_sync_submit(hdev, set_class_sync, cmd, in set_dev_class()
5453 err = hci_cmd_sync_submit(hdev, mgmt_remove_adv_monitor_sync, cmd, in remove_adv_monitor()