/linux-6.6.21/drivers/bluetooth/ |
D | btnxpuart.c | 522 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL); in ps_init() 524 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL); in ps_init() 1033 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL); in nxp_setup() 1121 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL); in nxp_enqueue() 1140 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL); in nxp_enqueue() 1148 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL); in nxp_enqueue() 1154 hci_cmd_sync_queue(hdev, nxp_set_ind_reset, NULL, NULL); in nxp_enqueue()
|
D | btmtk.c | 345 err = hci_cmd_sync_queue(hdev, reset_work->reset_sync, NULL, NULL); in btmtk_reset_sync()
|
/linux-6.6.21/net/bluetooth/ |
D | mgmt.c | 1018 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL); in service_cache_off() 1045 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL); in rpa_expired() 1110 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next() 1127 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() 1671 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd, in set_discoverable() 1796 err = hci_cmd_sync_queue(hdev, set_connectable_sync, cmd, in set_connectable() 2045 err = hci_cmd_sync_queue(hdev, set_ssp_sync, cmd, in set_ssp() 2249 err = hci_cmd_sync_queue(hdev, set_mesh_sync, cmd, in set_mesh() 2423 err = hci_cmd_sync_queue(hdev, send_cancel, cmd, NULL); in mesh_send_cancel() [all …]
|
D | hci_conn.c | 525 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync, in hci_setup_sync() 794 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d, in hci_le_terminate_big() 834 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d, in hci_le_big_terminate() 890 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle), in hci_le_remove_cig() 1401 err = hci_cmd_sync_queue(hdev, hci_connect_le_sync, in hci_connect_le() 1884 if (hci_cmd_sync_queue(hdev, set_cig_params_sync, in hci_le_set_cig_params() 2029 return hci_cmd_sync_queue(hdev, hci_create_cis_sync, NULL, NULL); in hci_le_create_cis_pending() 2135 return hci_cmd_sync_queue(hdev, create_pa_sync, cp, create_pa_complete); in hci_pa_create_sync() 2260 err = hci_cmd_sync_queue(hdev, create_big_sync, conn, in hci_connect_bis() 2948 return hci_cmd_sync_queue(hdev, abort_conn_sync, UINT_PTR(conn->handle), in hci_abort_conn()
|
D | hci_sync.c | 353 status = hci_cmd_sync_queue(hdev, scan_disable_sync, NULL, NULL); in le_scan_disable() 383 status = hci_cmd_sync_queue(hdev, interleaved_inquiry_sync, NULL, NULL); in le_scan_disable() 501 status = hci_cmd_sync_queue(hdev, reenable_adv_sync, NULL, NULL); in reenable_adv() 617 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire() 725 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue() function 736 EXPORT_SYMBOL(hci_cmd_sync_queue); 1612 return hci_cmd_sync_queue(hdev, enable_advertising_sync, NULL, NULL); in hci_enable_advertising() 1657 return hci_cmd_sync_queue(hdev, remove_ext_adv_sync, adv, NULL); in hci_remove_ext_adv_instance() 2931 return hci_cmd_sync_queue(hdev, update_scan_sync, NULL, NULL); in hci_update_scan() 2950 return hci_cmd_sync_queue(hdev, update_passive_scan_sync, NULL, NULL); in hci_update_passive_scan() [all …]
|
D | msft.c | 960 err = hci_cmd_sync_queue(hdev, msft_add_address_filter_sync, in msft_add_address_filter() 1063 hci_cmd_sync_queue(hdev, in msft_monitor_device_evt()
|
D | hci_event.c | 7109 hci_cmd_sync_queue(hdev, hci_iso_term_big_sync, in hci_le_create_big_complete_evt()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_sync.h | 49 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
|