Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c501 MBOX_CMD_ACK = 128, enumerator
526 case MBOX_CMD_ACK: in tegra_xusb_mbox_cmd_requires_ack()
546 if (!(msg->cmd == MBOX_CMD_ACK || msg->cmd == MBOX_CMD_NAK)) { in tegra_xusb_mbox_send()
629 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
640 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
644 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
665 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
693 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
730 rsp.cmd = MBOX_CMD_ACK; in tegra_xusb_mbox_handle()
742 const char *cmd = (rsp.cmd == MBOX_CMD_ACK) ? "ACK" : "NAK"; in tegra_xusb_mbox_handle()