Home
last modified time | relevance | path

Searched defs:udc (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/usb/gadget/
A Datmel_usba_udc.c23 static int vbus_is_present(struct usba_udc *udc) in vbus_is_present()
92 struct usba_udc *udc = ep->udc; in receive_data() local
172 struct usba_udc *udc = ep->udc; in usba_ep_enable() local
274 struct usba_udc *udc = ep->udc; in usba_ep_disable() local
340 struct usba_udc *udc = ep->udc; in usba_ep_queue() local
455 struct usba_udc *udc = ep->udc; in usba_ep_fifo_flush() local
1203 struct usba_udc *udc = &controller; in usb_gadget_handle_interrupts() local
1211 struct usba_udc *udc = &controller; in usb_gadget_register_driver() local
1239 struct usba_udc *udc = &controller; in usb_gadget_unregister_driver() local
1256 struct usba_udc *udc) in usba_udc_pdata()
[all …]
A Dat91_udc.c64 #define at91_udp_read(udc, reg) \ argument
66 #define at91_udp_write(udc, reg, val) \ argument
76 struct at91_udc *udc = ep->udc; in done() local
289 struct at91_udc *udc; in at91_ep_enable() local
366 struct at91_udc *udc = ep->udc; in at91_ep_disable() local
423 struct at91_udc *udc; in at91_ep_queue() local
548 struct at91_udc *udc = ep->udc; in at91_ep_set_halt() local
1319 struct at91_udc *udc = controller; in at91_start() local
1330 struct at91_udc *udc = controller; in at91_stop() local
1434 struct at91_udc *udc = controller; in usb_gadget_handle_interrupts() local
[all …]
A Dmax3420_udc.c121 struct max3420_udc *udc; member
148 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
228 struct max3420_udc *udc = ep->udc; in spi_max3420_enable() local
348 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt() local
434 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start() local
447 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop() local
459 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup() local
762 static int max3420_irq(struct max3420_udc *udc) in max3420_irq()
814 struct max3420_udc *udc = dev_get_priv(dev); in dm_usb_gadget_handle_interrupts() local
821 struct max3420_udc *udc = dev_get_priv(dev); in max3420_udc_probe() local
[all …]
A Dci_udc.c313 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ep_enable() local
432 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_ep_submit_next_request() local
673 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in handle_setup() local
776 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in stop_activity() local
802 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_irq() local
872 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in usb_gadget_handle_interrupts() local
883 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_disconnect() local
894 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_pullup() local
1069 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in dfu_usb_get_reset() local
A Dpxa25x_udc.c72 static inline void start_watchdog(struct pxa25x_udc *udc) in start_watchdog()
79 static inline void stop_watchdog(struct pxa25x_udc *udc) in stop_watchdog()
85 static inline void test_watchdog(struct pxa25x_udc *udc) in test_watchdog()
1035 static int pullup(struct pxa25x_udc *udc) in pullup()
1064 struct pxa25x_udc *udc; in pxa25x_udc_vbus_session() local
1075 struct pxa25x_udc *udc; in pxa25x_udc_pullup() local
A Datmel_usba_udc.h189 #define usba_readl(udc, reg) \ argument
191 #define usba_writel(udc, reg, value) \ argument
256 struct usba_udc *udc; member
A Dpxa25x_udc.h111 struct pxa25x_udc *udc; member
A Dat91_udc.h93 struct at91_udc *udc; member
/u-boot/drivers/usb/gadget/udc/
A Dudc-core.c132 static inline int usb_gadget_udc_start(struct usb_udc *udc) in usb_gadget_udc_start()
149 static inline void usb_gadget_udc_stop(struct usb_udc *udc) in usb_gadget_udc_stop()
163 struct usb_udc *udc; in usb_udc_release() local
181 struct usb_udc *udc; in usb_add_gadget_udc_release() local
225 static void usb_gadget_remove_driver(struct usb_udc *udc) in usb_gadget_remove_driver()
247 struct usb_udc *udc = NULL; in usb_del_gadget_udc() local
282 static inline void usb_gadget_udc_set_speed(struct usb_udc *udc, in usb_gadget_udc_set_speed()
293 static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *driver) in udc_bind_to_driver()
325 struct usb_udc *udc = NULL; in usb_gadget_probe_driver() local
356 struct usb_udc *udc = NULL; in usb_gadget_unregister_driver() local

Completed in 20 milliseconds