Searched refs:usb_udc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/gadget/udc/
H A Dcore.c32 * struct usb_udc - describes one usb device controller
53 struct usb_udc { struct
1119 struct usb_udc *udc = gadget->udc;
1136 static int usb_udc_connect_control_locked(struct usb_udc *udc) __must_hold(&udc->connect_lock)
1146 struct usb_udc *udc = container_of(work, struct usb_udc, vbus_work);
1172 struct usb_udc *udc = gadget->udc;
1213 static inline int usb_gadget_udc_start_locked(struct usb_udc *udc)
1243 static inline void usb_gadget_udc_stop_locked(struct usb_udc *udc)
1265 static inline void usb_gadget_udc_set_speed(struct usb_udc *ud
[all...]
/linux-master/include/linux/usb/
H A Dgadget.h307 struct usb_udc;
341 * @udc: struct usb_udc pointer for this gadget
416 struct usb_udc *udc;

Completed in 120 milliseconds