Searched refs:HCI_CMD_TIMEOUT (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | btintel.c | 71 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg() 96 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_exit_mfg() 346 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in btintel_read_version() 412 skb = __hci_cmd_sync(hdev, 0xfc05, 1, param, HCI_CMD_TIMEOUT); in btintel_read_version_tlv() 563 HCI_CMD_TIMEOUT); in regmap_ibt_read() 634 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
|
D | hci_ag6xx.c | 207 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
|
D | hci_intel.c | 492 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in intel_set_baudrate() 846 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_request.c | 2513 hci_req_sync(hdev, update_scan, 0, HCI_CMD_TIMEOUT, NULL); in scan_update_work() 2553 hci_req_sync(hdev, connectable_update, 0, HCI_CMD_TIMEOUT, &status); in connectable_update_work() 2666 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, &status); in discoverable_update_work() 2779 err = hci_req_sync(hdev, update_bg_scan, 0, HCI_CMD_TIMEOUT, &status); in bg_scan_update() 2838 hci_req_sync(hdev, le_scan_disable, 0, HCI_CMD_TIMEOUT, &status); in le_scan_disable_work() 2870 HCI_CMD_TIMEOUT, &status); in le_scan_disable_work() 2929 hci_req_sync(hdev, le_scan_restart, 0, HCI_CMD_TIMEOUT, &status); in le_scan_restart_work() 3028 DISCOV_BREDR_INQUIRY_LEN, HCI_CMD_TIMEOUT, in start_discovery() 3048 hdev->le_scan_int_discovery * 2, HCI_CMD_TIMEOUT, in start_discovery() 3055 HCI_CMD_TIMEOUT, status); in start_discovery() [all …]
|
D | msft.c | 40 HCI_CMD_TIMEOUT); in read_supported_features()
|
D | hci_core.c | 98 HCI_CMD_TIMEOUT); in dut_mode_write() 101 HCI_CMD_TIMEOUT); in dut_mode_write() 1801 __hci_req_sync(hdev, hci_reset_req, 0, HCI_CMD_TIMEOUT, NULL); in hci_dev_do_close() 4991 HCI_CMD_TIMEOUT); in hci_cmd_work()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 340 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro
|