Home
last modified time | relevance | path

Searched full:erdy (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c30 * @erdy: set it to 1 when ERDY packet should be sent -
36 unsigned int length, int erdy, int zlp) in cdns3_ep0_run_transfer() argument
71 if (erdy) in cdns3_ep0_run_transfer()
H A Dcdns3-gadget.h585 /* Send ERDY TP. */
608 /* ERDY Stream ID value (used in SS mode). */
H A Dcdns3-gadget.c1715 * There is some racing between ERDY and PRIME. The device send in cdns3_check_ep_interrupt_proceed()
1716 * ERDY and almost in the same time Host send PRIME. It cause in cdns3_check_ep_interrupt_proceed()
1717 * that host ignore the ERDY packet and driver has to send it in cdns3_check_ep_interrupt_proceed()
/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3-common.yaml273 available in the RX FIFO before the core can send ERDY for a
290 ERDY for an OUT endpoint.
/linux/include/linux/
H A Dusb.h564 * some time from when the device sends the ERDY to when it will finally
/linux/drivers/usb/core/
H A Dhub.c310 * - t2: time for the ERDY to make it from the device to the host.
311 * - t3: a host-specific delay to process the ERDY.