Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c36 struct usb_udc { struct
130 static inline int usb_gadget_udc_start(struct usb_udc *udc) in usb_gadget_udc_start()
147 static inline void usb_gadget_udc_stop(struct usb_udc *udc) in usb_gadget_udc_stop()
161 struct usb_udc *udc; in usb_udc_release()
163 udc = container_of(dev, struct usb_udc, dev); in usb_udc_release()
179 struct usb_udc *udc; in usb_add_gadget_udc_release()
223 static void usb_gadget_remove_driver(struct usb_udc *udc) in usb_gadget_remove_driver()
245 struct usb_udc *udc = NULL; in usb_del_gadget_udc()
270 static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *driver) in udc_bind_to_driver()
300 struct usb_udc *udc = NULL; in usb_gadget_probe_driver()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c53 struct usb_udc { struct
1112 struct usb_udc *udc = gadget->udc; in usb_gadget_state_work()
1129 static void usb_udc_connect_control_locked(struct usb_udc *udc) __must_hold(&udc->connect_lock) in usb_udc_connect_control_locked()
1139 struct usb_udc *udc = container_of(work, struct usb_udc, vbus_work); in vbus_event_work()
1165 struct usb_udc *udc = gadget->udc; in usb_udc_vbus_handler()
1206 static inline int usb_gadget_udc_start_locked(struct usb_udc *udc) in usb_gadget_udc_start_locked()
1236 static inline void usb_gadget_udc_stop_locked(struct usb_udc *udc) in usb_gadget_udc_stop_locked()
1258 static inline void usb_gadget_udc_set_speed(struct usb_udc *udc, in usb_gadget_udc_set_speed()
1285 static inline void usb_gadget_enable_async_callbacks(struct usb_udc *udc) in usb_gadget_enable_async_callbacks()
1314 static inline void usb_gadget_disable_async_callbacks(struct usb_udc *udc) in usb_gadget_disable_async_callbacks()
[all …]
/openbmc/linux/include/linux/usb/
H A Dgadget.h305 struct usb_udc;
414 struct usb_udc *udc;