Home
last modified time | relevance | path

Searched refs:usb_udc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c37 struct usb_udc { struct
131 static inline int usb_gadget_udc_start(struct usb_udc *udc) in usb_gadget_udc_start()
148 static inline void usb_gadget_udc_stop(struct usb_udc *udc) in usb_gadget_udc_stop()
162 struct usb_udc *udc; in usb_udc_release()
164 udc = container_of(dev, struct usb_udc, dev); in usb_udc_release()
180 struct usb_udc *udc; in usb_add_gadget_udc_release()
224 static void usb_gadget_remove_driver(struct usb_udc *udc) in usb_gadget_remove_driver()
246 struct usb_udc *udc = NULL; in usb_del_gadget_udc()
281 static inline void usb_gadget_udc_set_speed(struct usb_udc *udc, in usb_gadget_udc_set_speed()
292 static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *driver) in udc_bind_to_driver()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dcore.c37 struct usb_udc { struct
51 static int udc_bind_to_driver(struct usb_udc *udc, argument
1034 struct usb_udc *udc = gadget->udc; in usb_gadget_state_work()
1050 static void usb_udc_connect_control(struct usb_udc *udc) in usb_udc_connect_control()
1069 struct usb_udc *udc = gadget->udc; in usb_udc_vbus_handler()
1108 static inline int usb_gadget_udc_start(struct usb_udc *udc) in usb_gadget_udc_start()
1135 static inline void usb_gadget_udc_stop(struct usb_udc *udc) in usb_gadget_udc_stop()
1156 static inline void usb_gadget_udc_set_speed(struct usb_udc *udc, in usb_gadget_udc_set_speed()
1183 static inline void usb_gadget_enable_async_callbacks(struct usb_udc *udc) in usb_gadget_enable_async_callbacks()
1212 static inline void usb_gadget_disable_async_callbacks(struct usb_udc *udc) in usb_gadget_disable_async_callbacks()
[all …]
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h313 struct usb_udc;
422 struct usb_udc *udc;