Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtintel.c82 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_enter_mfg()
107 skb = __hci_cmd_sync(hdev, 0xfc11, 2, param, HCI_CMD_TIMEOUT); in btintel_exit_mfg()
357 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in btintel_read_version()
436 HCI_CMD_TIMEOUT); in regmap_ibt_read()
507 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
Dhci_ag6xx.c222 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
Dhci_intel.c513 skb = __hci_cmd_sync(hdev, 0xfc05, 0, NULL, HCI_CMD_TIMEOUT); in intel_set_baudrate()
875 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
/linux-4.19.296/include/net/bluetooth/
Dhci.h282 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro