Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c941 HCI_CMD_TIMEOUT); in hci_update_eir_sync()
1382 HCI_CMD_TIMEOUT); in hci_set_ext_scan_rsp_data_sync()
1556 HCI_CMD_TIMEOUT); in hci_set_per_adv_data_sync()
1808 HCI_CMD_TIMEOUT, sk); in hci_remove_ext_adv_instance_sync()
1874 HCI_CMD_TIMEOUT); in hci_set_ext_adv_data_sync()
3331 HCI_CMD_TIMEOUT); in hci_write_auth_enable_sync()
3373 HCI_CMD_TIMEOUT); in hci_write_fast_connectable_sync()
3400 HCI_CMD_TIMEOUT); in hci_write_scan_enable_sync()
3445 HCI_CMD_TIMEOUT); in hci_update_name_sync()
3602 HCI_CMD_TIMEOUT); in hci_reset_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.c152 HCI_CMD_TIMEOUT); in read_supported_features()
352 HCI_CMD_TIMEOUT); in msft_remove_addr_filters_sync()
441 HCI_CMD_TIMEOUT); in msft_remove_monitor_sync()
554 HCI_CMD_TIMEOUT); in msft_add_monitor_sync()
736 HCI_CMD_TIMEOUT); in msft_cancel_address_filter_sync()
890 HCI_CMD_TIMEOUT); in msft_add_address_filter_sync()
1192 HCI_CMD_TIMEOUT); in msft_set_filter_enable()
H A Dhci_core.c715 1, &dr.dev_opt, HCI_CMD_TIMEOUT); in hci_dev_cmd()
729 HCI_CMD_TIMEOUT); in hci_dev_cmd()
736 HCI_CMD_TIMEOUT); in hci_dev_cmd()
742 HCI_CMD_TIMEOUT); in hci_dev_cmd()
756 HCI_CMD_TIMEOUT); in hci_dev_cmd()
4073 HCI_CMD_TIMEOUT); in hci_cmd_work()
H A Dhci_debugfs.c1309 HCI_CMD_TIMEOUT); in dut_mode_write()
1312 HCI_CMD_TIMEOUT); in dut_mode_write()
H A Dhci_conn.c271 sizeof(*cmd) + vnd_len, cmd, HCI_CMD_TIMEOUT); in configure_datapath_sync()
276 HCI_CMD_TIMEOUT); in configure_datapath_sync()
1781 HCI_CMD_TIMEOUT); in set_cig_params_sync()
2049 sizeof(*cp), cp, HCI_CMD_TIMEOUT); in create_pa_sync()
H A Dhci_request.c861 HCI_CMD_TIMEOUT, &status); in interleave_scan_work()
H A Dmgmt.c4013 sizeof(cp_phy), &cp_phy, HCI_CMD_TIMEOUT); in set_default_phy_sync()
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c96 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg()
121 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_exit_mfg()
427 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in btintel_read_version()
643 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv()
721 HCI_CMD_TIMEOUT); in regmap_ibt_read()
792 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
1423 skb = __hci_cmd_sync(hdev, 0xfc4e, 0, NULL, HCI_CMD_TIMEOUT); in btintel_coredump()
2405 &ppag_cmd, HCI_CMD_TIMEOUT); in btintel_set_ppag()
2660 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_setup_combined()
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.c1016 &sco_setting, HCI_CMD_TIMEOUT); in btmtksdio_sco_setting()
1308 &bt_awake, HCI_CMD_TIMEOUT); in btmtksdio_sdio_wakeup()
H A Dbtnxpuart.c317 skb = __hci_cmd_sync(hdev, opcode, plen, param, HCI_CMD_TIMEOUT); in nxp_drv_send_cmd()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h429 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro