/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 623 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL); in ps_init() 625 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL); in ps_init() 1221 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL); in nxp_setup() 1309 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL); in nxp_enqueue() 1331 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL); in nxp_enqueue() 1339 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL); in nxp_enqueue() 1345 hci_cmd_sync_queue(hdev, nxp_set_ind_reset, NULL, NULL); in nxp_enqueue()
|
H A D | btmtk.c | 369 err = hci_cmd_sync_queue(hdev, reset_work->reset_sync, NULL, NULL); in btmtk_reset_sync()
|
/linux/net/bluetooth/ |
H A D | mgmt.c | 1001 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL); in service_cache_off() 1028 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL); in rpa_expired() 1051 hci_cmd_sync_queue(hdev, set_discoverable_sync, NULL, NULL); in discov_off() 1095 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next() 1112 hci_cmd_sync_queue(hdev, mesh_send_done_sync, NULL, mesh_next); in mesh_send_done() 1411 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd, in set_powered() 1677 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd, in set_discoverable() 1802 err = hci_cmd_sync_queue(hdev, set_connectable_sync, cmd, in set_connectable() 2039 err = hci_cmd_sync_queue(hdev, set_ssp_sync, cmd, in set_ssp() 2190 err = hci_cmd_sync_queue(hdev, set_mesh_sync, cmd, in set_mesh() [all …]
|
H A D | hci_conn.c | 472 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync, in hci_setup_sync() 737 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d, in hci_le_terminate_big() 804 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d, in hci_le_big_terminate() 854 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle), in hci_le_remove_cig() 1869 if (hci_cmd_sync_queue(hdev, set_cig_params_sync, in hci_le_set_cig_params() 2014 return hci_cmd_sync_queue(hdev, hci_create_cis_sync, NULL, NULL); in hci_le_create_cis_pending() 2149 return hci_cmd_sync_queue(hdev, create_pa_sync, in hci_pa_create_sync_pending() 2390 err = hci_cmd_sync_queue(hdev, create_big_sync, conn, in hci_connect_bis()
|
H A D | hci_sync.c | 376 status = hci_cmd_sync_queue(hdev, scan_disable_sync, NULL, NULL); in le_scan_disable() 404 status = hci_cmd_sync_queue(hdev, interleaved_inquiry_sync, NULL, NULL); in le_scan_disable() 457 status = hci_cmd_sync_queue(hdev, reenable_adv_sync, NULL, NULL); in reenable_adv() 573 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire() 739 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue() function 750 EXPORT_SYMBOL(hci_cmd_sync_queue); 785 return hci_cmd_sync_queue(hdev, func, data, destroy); in hci_cmd_sync_queue_once() 1765 return hci_cmd_sync_queue(hdev, enable_advertising_sync, NULL, NULL); in hci_enable_advertising() 3165 return hci_cmd_sync_queue(hdev, update_scan_sync, NULL, NULL); in hci_update_scan() 5755 return hci_cmd_sync_queue(hdev, update_discoverable_sync, NULL, in hci_update_discoverable() [all …]
|
H A D | msft.c | 956 err = hci_cmd_sync_queue(hdev, msft_add_address_filter_sync, in msft_add_address_filter() 1059 hci_cmd_sync_queue(hdev, in msft_monitor_device_evt()
|
H A D | hci_event.c | 6907 hci_cmd_sync_queue(hdev, hci_iso_term_big_sync, in hci_le_create_big_complete_evt()
|