Lines Matching defs:ep0
164 * @type_control:Endpoint supports control type (reserved for ep0).
228 * gadget->ep_list. the control endpoint (gadget->ep0) is not in that list,
356 * @ep0: Endpoint zero, used when reading or writing responses to
429 struct usb_ep *ep0;
667 * @setup: Invoked for ep0 control requests that aren't handled by
672 * queues a response to ep0, or returns negative to stall.
704 * are in descriptors the ep0 implementation returns from setup() calls.
706 * Except for ep0 implementation, most driver code shouldn't need change to
708 * that ep0 implementation.
726 * hosts nor devices generally support control traffic except to ep0.)