Searched refs:HCI_CMD_TIMEOUT (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_sync.c | 738 HCI_CMD_TIMEOUT); in hci_update_eir_sync() 778 sizeof(cod), cod, HCI_CMD_TIMEOUT); in hci_update_class_sync() 863 6, rpa, HCI_CMD_TIMEOUT); in hci_set_random_addr_sync() 990 size, data, HCI_CMD_TIMEOUT); in hci_disable_ext_adv_instance_sync() 1016 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_set_adv_set_random_addr_sync() 1129 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_setup_ext_adv_instance_sync() 1179 HCI_CMD_TIMEOUT); in hci_set_ext_scan_rsp_data_sync() 1212 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in __hci_set_scan_rsp_data_sync() 1269 data, HCI_CMD_TIMEOUT); in hci_enable_ext_advertising_sync() 1301 sizeof(cp), &cp, HCI_CMD_TIMEOUT); in hci_disable_per_advertising_sync() [all …]
|
D | aosp.c | 56 HCI_CMD_TIMEOUT); in aosp_do_open() 157 HCI_CMD_TIMEOUT); in enable_quality_report() 179 HCI_CMD_TIMEOUT); in disable_quality_report()
|
D | hci_codec.c | 76 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()
|
D | msft.c | 122 HCI_CMD_TIMEOUT); in read_supported_features() 324 HCI_CMD_TIMEOUT); in msft_remove_monitor_sync() 438 HCI_CMD_TIMEOUT); in msft_add_monitor_sync()
|
D | hci_debugfs.c | 1288 HCI_CMD_TIMEOUT); in dut_mode_write() 1291 HCI_CMD_TIMEOUT); in dut_mode_write()
|
D | hci_request.c | 880 HCI_CMD_TIMEOUT, &status); in interleave_scan_work()
|
D | hci_conn.c | 350 sizeof(*cmd) + vnd_len, cmd, HCI_CMD_TIMEOUT); in configure_datapath_sync() 355 HCI_CMD_TIMEOUT); in configure_datapath_sync() 2042 sizeof(*cp), cp, HCI_CMD_TIMEOUT); in create_pa_sync()
|
D | hci_core.c | 4101 HCI_CMD_TIMEOUT); in hci_cmd_work()
|
D | mgmt.c | 4044 sizeof(cp_phy), &cp_phy, HCI_CMD_TIMEOUT); in set_default_phy_sync()
|
/linux-6.1.9/drivers/bluetooth/ |
D | btintel.c | 79 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg() 104 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_exit_mfg() 407 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in btintel_read_version() 619 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv() 697 HCI_CMD_TIMEOUT); in regmap_ibt_read() 768 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write() 2386 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_setup_combined()
|
D | hci_ag6xx.c | 206 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
|
D | virtio_bt.c | 141 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in virtbt_setup_intel()
|
D | hci_intel.c | 492 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()
|
D | btmtksdio.c | 1016 &sco_setting, HCI_CMD_TIMEOUT); in btmtksdio_sco_setting() 1308 &bt_awake, HCI_CMD_TIMEOUT); in btmtksdio_sdio_wakeup()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 399 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro
|