Lines Matching defs:reply
1615 * dwc2_hsotg_send_reply - send reply to control request
1619 * @length: Length of reply.
1672 __le16 reply;
1689 reply = cpu_to_le16(status);
1694 reply = cpu_to_le16(0);
1702 reply = cpu_to_le16(ep->halted ? 1 : 0);
1712 ret = dwc2_hsotg_send_reply(hsotg, ep0, &reply, 2);
1714 dev_err(hsotg->dev, "%s: failed to send reply\n", __func__);
1816 "%s: failed to send reply\n", __func__);
1838 "%s: failed to send reply\n", __func__);