Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
Dmgmt.c1007 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL); in service_cache_off()
1034 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL); in rpa_expired()
1057 hci_cmd_sync_queue(hdev, set_discoverable_sync, NULL, NULL); in discov_off()
1101 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next()
1118 hci_cmd_sync_queue(hdev, mesh_send_done_sync, NULL, mesh_next); in mesh_send_done()
1417 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd, in set_powered()
1683 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd, in set_discoverable()
1808 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()
2196 err = hci_cmd_sync_queue(hdev, set_mesh_sync, cmd, in set_mesh()
[all …]
Dhci_conn.c473 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync, in hci_setup_sync()
738 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d, in hci_le_terminate_big()
805 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d, in hci_le_big_terminate()
855 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle), in hci_le_remove_cig()
1872 if (hci_cmd_sync_queue(hdev, set_cig_params_sync, in hci_le_set_cig_params()
2017 return hci_cmd_sync_queue(hdev, hci_create_cis_sync, NULL, NULL); in hci_le_create_cis_pending()
2226 err = hci_cmd_sync_queue(hdev, create_big_sync, conn, in hci_connect_bis()
Dhci_sync.c376 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()
5783 return hci_cmd_sync_queue(hdev, update_discoverable_sync, NULL, in hci_update_discoverable()
[all …]
Dmsft.c956 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()
Dhci_event.c6927 hci_cmd_sync_queue(hdev, hci_iso_term_big_sync, in hci_le_create_big_complete_evt()
/linux-6.15/include/net/bluetooth/
Dhci_sync.h72 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.15/drivers/bluetooth/
Dbtnxpuart.c1519 hci_cmd_sync_queue(hdev, send_ps_cmd, NULL, NULL); in nxp_enqueue()
1541 hci_cmd_sync_queue(hdev, send_wakeup_method_cmd, NULL, NULL); in nxp_enqueue()
1549 hci_cmd_sync_queue(hdev, nxp_set_baudrate_cmd, NULL, NULL); in nxp_enqueue()
1555 hci_cmd_sync_queue(hdev, nxp_set_ind_reset, NULL, NULL); in nxp_enqueue()
Dbtmtk.c369 err = hci_cmd_sync_queue(hdev, reset_work->reset_sync, NULL, NULL); in btmtk_reset_sync()