Home
last modified time | relevance | path

Searched refs:HCI_CMD_TIMEOUT (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_sync.c766 HCI_CMD_TIMEOUT); in hci_update_eir_sync()
806 sizeof(cod), cod, HCI_CMD_TIMEOUT); in hci_update_class_sync()
891 6, rpa, HCI_CMD_TIMEOUT); in hci_set_random_addr_sync()
1018 size, data, HCI_CMD_TIMEOUT); in hci_disable_ext_adv_instance_sync()
1044 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_set_adv_set_random_addr_sync()
1157 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_setup_ext_adv_instance_sync()
1207 HCI_CMD_TIMEOUT); in hci_set_ext_scan_rsp_data_sync()
1240 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in __hci_set_scan_rsp_data_sync()
1297 data, HCI_CMD_TIMEOUT); in hci_enable_ext_advertising_sync()
1331 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_disable_per_advertising_sync()
[all …]
Daosp.c56 HCI_CMD_TIMEOUT); in aosp_do_open()
157 HCI_CMD_TIMEOUT); in enable_quality_report()
179 HCI_CMD_TIMEOUT); in disable_quality_report()
Dhci_codec.c76 sizeof(*cmd), cmd, 0, HCI_CMD_TIMEOUT, NULL); in hci_read_codec_capabilities()
130 0, HCI_CMD_TIMEOUT, NULL); in hci_read_supported_codecs()
199 0, HCI_CMD_TIMEOUT, NULL); in hci_read_supported_codecs_v2()
Dmsft.c152 HCI_CMD_TIMEOUT); in read_supported_features()
355 HCI_CMD_TIMEOUT); in msft_remove_addr_filters_sync()
444 HCI_CMD_TIMEOUT); in msft_remove_monitor_sync()
560 HCI_CMD_TIMEOUT); in msft_add_monitor_sync()
742 HCI_CMD_TIMEOUT); in msft_cancel_address_filter_sync()
895 HCI_CMD_TIMEOUT); in msft_add_address_filter_sync()
1195 HCI_CMD_TIMEOUT); in msft_set_filter_enable()
Dhci_debugfs.c1289 HCI_CMD_TIMEOUT); in dut_mode_write()
1292 HCI_CMD_TIMEOUT); in dut_mode_write()
Dhci_conn.c322 sizeof(*cmd) + vnd_len, cmd, HCI_CMD_TIMEOUT); in configure_datapath_sync()
327 HCI_CMD_TIMEOUT); in configure_datapath_sync()
1823 HCI_CMD_TIMEOUT); in set_cig_params_sync()
2097 sizeof(*cp), cp, HCI_CMD_TIMEOUT); in create_pa_sync()
Dhci_request.c859 HCI_CMD_TIMEOUT, &status); in interleave_scan_work()
Dhci_core.c4160 HCI_CMD_TIMEOUT); in hci_cmd_work()
Dmgmt.c4057 sizeof(cp_phy), &cp_phy, HCI_CMD_TIMEOUT); in set_default_phy_sync()
/Linux-v6.6/drivers/bluetooth/
Dbtintel.c106 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg()
131 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_exit_mfg()
437 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in btintel_read_version()
653 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv()
731 HCI_CMD_TIMEOUT); in regmap_ibt_read()
802 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
1492 skb = __hci_cmd_sync(hdev, 0xfc4e, 0, NULL, HCI_CMD_TIMEOUT); in btintel_coredump()
2456 skb = __hci_cmd_sync(hdev, INTEL_OP_PPAG_CMD, sizeof(ppag_cmd), &ppag_cmd, HCI_CMD_TIMEOUT); in btintel_set_ppag()
2711 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_setup_combined()
Dhci_ag6xx.c206 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
Dvirtio_bt.c149 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in virtbt_setup_intel()
Dhci_intel.c492 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in intel_set_baudrate()
849 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
Dbtmtksdio.c1016 &sco_setting, HCI_CMD_TIMEOUT); in btmtksdio_sco_setting()
1308 &bt_awake, HCI_CMD_TIMEOUT); in btmtksdio_sdio_wakeup()
Dbtnxpuart.c298 skb = __hci_cmd_sync(hdev, opcode, plen, param, HCI_CMD_TIMEOUT); in nxp_drv_send_cmd()
Dhci_qca.c1812 skb = __hci_cmd_sync(hdev, 0xfc0c, 1, param, HCI_CMD_TIMEOUT); in hci_coredump_qca()
Dbtusb.c3454 skb = __hci_cmd_sync(hdev, 0xfc0c, 1, param, HCI_CMD_TIMEOUT); in btusb_coredump_qca()
/Linux-v6.6/include/net/bluetooth/
Dhci.h435 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro