Searched refs:HCI_CMD_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/bluetooth/ |
D | btintel.c | 82 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()
|
D | hci_ag6xx.c | 222 HCI_EV_CMD_STATUS, HCI_CMD_TIMEOUT); in ag6xx_setup()
|
D | hci_intel.c | 513 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/ |
D | hci.h | 282 #define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro
|