Searched refs:hci_cmd_sync_queue (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtnxpuart.c296 * calling hci_cmd_sync_queue() again.
538 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL);
540 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL);
1049 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL);
1137 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL);
1156 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL);
1164 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL);
1170 hci_cmd_sync_queue(hdev, nxp_set_ind_reset, NULL, NULL);
H A Dbtmtk.c345 err = hci_cmd_sync_queue(hdev, reset_work->reset_sync, NULL, NULL);
/linux-master/include/net/bluetooth/
H A Dhci_sync.h49 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-master/net/bluetooth/
H A Dmgmt.c1001 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL);
1028 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL);
1051 hci_cmd_sync_queue(hdev, set_discoverable_sync, NULL, NULL);
1095 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx,
1112 hci_cmd_sync_queue(hdev, mesh_send_done_sync, NULL, mesh_next);
1404 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd,
1664 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd,
1788 err = hci_cmd_sync_queue(hdev, set_connectable_sync, cmd,
2025 err = hci_cmd_sync_queue(hdev, set_ssp_sync, cmd,
2176 err = hci_cmd_sync_queue(hde
[all...]
H A Dhci_conn.c471 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync,
736 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d,
804 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d,
854 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle),
1860 if (hci_cmd_sync_queue(hdev, set_cig_params_sync,
2005 return hci_cmd_sync_queue(hdev, hci_create_cis_sync, NULL, NULL);
2118 err = hci_cmd_sync_queue(hdev, create_pa_sync, cp, create_pa_complete);
2273 err = hci_cmd_sync_queue(hdev, create_big_sync, conn,
H A Dhci_sync.c355 status = hci_cmd_sync_queue(hdev, scan_disable_sync, NULL, NULL);
385 status = hci_cmd_sync_queue(hdev, interleaved_inquiry_sync, NULL, NULL);
438 status = hci_cmd_sync_queue(hdev, reenable_adv_sync, NULL, NULL);
554 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL);
672 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, function
683 EXPORT_SYMBOL(hci_cmd_sync_queue); variable
718 return hci_cmd_sync_queue(hdev, func, data, destroy);
1659 return hci_cmd_sync_queue(hdev, enable_advertising_sync, NULL, NULL);
1704 return hci_cmd_sync_queue(hdev, remove_ext_adv_sync, adv, NULL);
3053 return hci_cmd_sync_queue(hde
[all...]
H A Dmsft.c957 err = hci_cmd_sync_queue(hdev, msft_add_address_filter_sync,
1060 hci_cmd_sync_queue(hdev,
H A Dhci_event.c6869 hci_cmd_sync_queue(hdev, hci_iso_term_big_sync,

Completed in 386 milliseconds