Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbtintel.c404 HCI_CMD_TIMEOUT); in regmap_ibt_read()
475 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
Dhci_intel.c930 HCI_CMD_TIMEOUT); in intel_setup()
943 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
/linux-4.4.14/net/bluetooth/
Dhci_core.c107 HCI_CMD_TIMEOUT); in dut_mode_write()
110 HCI_CMD_TIMEOUT); in dut_mode_write()
1720 __hci_req_sync(hdev, hci_reset_req, 0, HCI_CMD_TIMEOUT); in hci_dev_do_close()
4512 HCI_CMD_TIMEOUT); in hci_cmd_work()
/linux-4.4.14/include/net/bluetooth/
Dhci.h264 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro