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/
H A Dmgmt.c1417 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd, in set_powered()
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()
2518 err = hci_cmd_sync_queue(hdev, set_le_sync, cmd, in set_le()
3211 err = hci_cmd_sync_queue(hdev, disconnect_sync, cmd, in disconnect()
3936 err = hci_cmd_sync_queue(hdev, set_name_sync, cmd, in set_local_name()
6387 err = hci_cmd_sync_queue(hdev, set_adv_sync, cmd, in set_advertising()
6698 err = hci_cmd_sync_queue(hdev, set_bredr_sync, cmd, in set_bredr()
7282 err = hci_cmd_sync_queue(hdev, get_conn_info_sync, in get_conn_info()
7621 err = hci_cmd_sync_queue(hdev, add_device_sync, cmd, in add_device()
[all …]
H A 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()
H A 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 …]
H A 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()
H A 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/
H A Dhci_sync.h72 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.15/drivers/bluetooth/
H A 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()
H A Dbtmtk.c369 err = hci_cmd_sync_queue(hdev, reset_work->reset_sync, NULL, NULL); in btmtk_reset_sync()