Searched refs:hci_cmd_sync_submit (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 49 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 720 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit() function 751 EXPORT_SYMBOL(hci_cmd_sync_submit); 766 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_queue() 825 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_run()
|
H A D | mgmt.c | 1407 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered() 2624 err = hci_cmd_sync_submit(hdev, add_uuid_sync, cmd, in add_uuid() 2722 err = hci_cmd_sync_submit(hdev, remove_uuid_sync, cmd, in remove_uuid() 2792 err = hci_cmd_sync_submit(hdev, set_class_sync, cmd, in set_dev_class() 5508 err = hci_cmd_sync_submit(hdev, mgmt_remove_adv_monitor_sync, cmd, in remove_adv_monitor()
|