Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_sync.c927 HCI_CMD_TIMEOUT); in hci_update_eir_sync()
1364 HCI_CMD_TIMEOUT); in hci_set_ext_scan_rsp_data_sync()
1534 HCI_CMD_TIMEOUT); in hci_set_per_adv_data_sync()
1786 HCI_CMD_TIMEOUT, sk); in hci_remove_ext_adv_instance_sync()
1824 HCI_CMD_TIMEOUT); in hci_set_ext_adv_data_sync()
2643 HCI_CMD_TIMEOUT); in hci_le_clear_accept_list_sync()
3311 HCI_CMD_TIMEOUT); in hci_write_auth_enable_sync()
3353 HCI_CMD_TIMEOUT); in hci_write_fast_connectable_sync()
3380 HCI_CMD_TIMEOUT); in hci_write_scan_enable_sync()
3425 HCI_CMD_TIMEOUT); in hci_update_name_sync()
[all …]
H A 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()
H A 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()
H A Dmsft.c151 HCI_CMD_TIMEOUT); in read_supported_features()
351 HCI_CMD_TIMEOUT); in msft_remove_addr_filters_sync()
440 HCI_CMD_TIMEOUT); in msft_remove_monitor_sync()
553 HCI_CMD_TIMEOUT); in msft_add_monitor_sync()
735 HCI_CMD_TIMEOUT); in msft_cancel_address_filter_sync()
889 HCI_CMD_TIMEOUT); in msft_add_address_filter_sync()
1191 HCI_CMD_TIMEOUT); in msft_set_filter_enable()
H A Dhci_core.c693 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd()
707 HCI_CMD_TIMEOUT); in hci_dev_cmd()
713 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd()
718 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd()
731 2, &policy, HCI_CMD_TIMEOUT); in hci_dev_cmd()
4097 HCI_CMD_TIMEOUT); in hci_cmd_work()
H A Dhci_debugfs.c1308 HCI_CMD_TIMEOUT); in dut_mode_write()
1311 HCI_CMD_TIMEOUT); in dut_mode_write()
H A Dhci_conn.c270 sizeof(*cmd) + vnd_len, cmd, HCI_CMD_TIMEOUT); in configure_datapath_sync()
275 HCI_CMD_TIMEOUT); in configure_datapath_sync()
1817 pdu, HCI_CMD_TIMEOUT); in set_cig_params_sync()
H A Dmgmt.c2544 HCI_CMD_TIMEOUT); in send_hci_cmd_sync()
4101 sizeof(cp_phy), &cp_phy, HCI_CMD_TIMEOUT); in set_default_phy_sync()
/linux-6.15/drivers/bluetooth/
H A Dbtintel.c105 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg()
130 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()
670 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv()
748 HCI_CMD_TIMEOUT); in regmap_ibt_read()
1457 skb = __hci_cmd_sync(hdev, 0xfc4e, 0, NULL, HCI_CMD_TIMEOUT); in btintel_coredump()
2546 &ppag_cmd, HCI_CMD_TIMEOUT); in btintel_set_ppag()
2871 skb = __hci_cmd_sync(hdev, 0xfc8b, len, data, HCI_CMD_TIMEOUT); in btintel_send_sar_ddc()
3024 skb = __hci_cmd_sync(hdev, 0xfe25, 1, &enable, HCI_CMD_TIMEOUT); in btintel_set_mutual_sar()
3278 skb = __hci_cmd_sync(hdev, 0xfcb3, 0, NULL, HCI_CMD_TIMEOUT); in btintel_print_fseq_info()
[all …]
H A Dhci_ag6xx.c206 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
H A Dvirtio_bt.c149 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in virtbt_setup_intel()
H A 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()
H A Dbtmtksdio.c1029 &sco_setting, HCI_CMD_TIMEOUT); in btmtksdio_sco_setting()
1321 &bt_awake, HCI_CMD_TIMEOUT); in btmtksdio_sdio_wakeup()
H A Dbtnxpuart.c375 skb = __hci_cmd_sync(hdev, opcode, plen, param, HCI_CMD_TIMEOUT); in nxp_drv_send_cmd()
1371 pcmd.buf, HCI_CMD_TIMEOUT); in nxp_set_bdaddr()
H A Dbtrtl.c1378 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in btrtl_shutdown_realtek()
H A Dbtintel_pcie.c1923 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_pcie_setup_internal()
/linux-6.15/include/net/bluetooth/
H A Dhci.h483 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro