Lines Matching defs:reply
1614 * dwc2_hsotg_send_reply - send reply to control request
1618 * @length: Length of reply.
1671 __le16 reply;
1688 reply = cpu_to_le16(status);
1693 reply = cpu_to_le16(0);
1701 reply = cpu_to_le16(ep->halted ? 1 : 0);
1711 ret = dwc2_hsotg_send_reply(hsotg, ep0, &reply, 2);
1713 dev_err(hsotg->dev, "%s: failed to send reply\n", __func__);
1815 "%s: failed to send reply\n", __func__);
1838 "%s: failed to send reply\n", __func__);