Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Daosp.c22 HCI_CMD_TIMEOUT); in aosp_do_open()
Dhci_request.c2055 HCI_CMD_TIMEOUT, &status); in interleave_scan_work()
2684 hci_req_sync(hdev, update_scan, 0, HCI_CMD_TIMEOUT, NULL); in scan_update_work()
2724 hci_req_sync(hdev, connectable_update, 0, HCI_CMD_TIMEOUT, &status); in connectable_update_work()
2837 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, &status); in discoverable_update_work()
2950 err = hci_req_sync(hdev, update_bg_scan, 0, HCI_CMD_TIMEOUT, &status); in bg_scan_update()
3012 hci_req_sync(hdev, le_scan_disable, 0, HCI_CMD_TIMEOUT, &status); in le_scan_disable_work()
3044 HCI_CMD_TIMEOUT, &status); in le_scan_disable_work()
3103 hci_req_sync(hdev, le_scan_restart, 0, HCI_CMD_TIMEOUT, &status); in le_scan_restart_work()
3223 DISCOV_BREDR_INQUIRY_LEN, HCI_CMD_TIMEOUT, in start_discovery()
3243 hdev->le_scan_int_discovery * 2, HCI_CMD_TIMEOUT, in start_discovery()
[all …]
Dmsft.c118 HCI_CMD_TIMEOUT); in read_supported_features()
Dhci_core.c99 HCI_CMD_TIMEOUT); in dut_mode_write()
102 HCI_CMD_TIMEOUT); in dut_mode_write()
1812 __hci_req_sync(hdev, hci_reset_req, 0, HCI_CMD_TIMEOUT, NULL); in hci_dev_do_close()
5182 HCI_CMD_TIMEOUT); in hci_cmd_work()
/Linux-v5.15/drivers/bluetooth/
Dbtintel.c79 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()
618 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv()
696 HCI_CMD_TIMEOUT); in regmap_ibt_read()
767 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
2215 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.c141 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()
/Linux-v5.15/include/net/bluetooth/
Dhci.h341 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro