Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c414 MBOX_CMD_ACK = 128, enumerator
439 case MBOX_CMD_ACK: in tegra_xusb_mbox_cmd_requires_ack()
458 if (!(msg->cmd == MBOX_CMD_ACK || msg->cmd == MBOX_CMD_NAK)) { in tegra_xusb_mbox_send()
540 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
551 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
555 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
576 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
604 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
641 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
653 const char *cmd = (rsp.cmd == MBOX_CMD_ACK) ? "ACK" : "NAK"; in tegra_xusb_mbox_handle()