Lines Matching full:udc
22 * @driver_name: The name of the UDC driver.
23 * @device_name: The name of a UDC instance.
25 * The last two fields identify a UDC the gadget driver should bind to.
26 * For example, Dummy UDC has "dummy_udc" as its driver_name and "dummy_udc.N"
27 * as its device_name, where N in the index of the Dummy UDC instance.
41 /* This event is queued when the driver has bound to a UDC. */
109 /* Maximum length of UDC endpoint name in struct usb_raw_ep_info. */
143 * @name: Name of the endpoint as it is defined in the UDC driver.
172 * Instructs Raw Gadget to bind to a UDC and start emulating a USB device.
230 * Constrains UDC VBUS power usage.
238 * endpoints available for the currently connected UDC.