Searched defs:udc (Results 1 – 9 of 9) sorted by relevance
23 static int vbus_is_present(struct usba_udc *udc) in vbus_is_present()92 struct usba_udc *udc = ep->udc; in receive_data() local172 struct usba_udc *udc = ep->udc; in usba_ep_enable() local274 struct usba_udc *udc = ep->udc; in usba_ep_disable() local340 struct usba_udc *udc = ep->udc; in usba_ep_queue() local455 struct usba_udc *udc = ep->udc; in usba_ep_fifo_flush() local1203 struct usba_udc *udc = &controller; in usb_gadget_handle_interrupts() local1211 struct usba_udc *udc = &controller; in usb_gadget_register_driver() local1239 struct usba_udc *udc = &controller; in usb_gadget_unregister_driver() local1256 struct usba_udc *udc) in usba_udc_pdata()[all …]
64 #define at91_udp_read(udc, reg) \ argument66 #define at91_udp_write(udc, reg, val) \ argument76 struct at91_udc *udc = ep->udc; in done() local289 struct at91_udc *udc; in at91_ep_enable() local366 struct at91_udc *udc = ep->udc; in at91_ep_disable() local423 struct at91_udc *udc; in at91_ep_queue() local548 struct at91_udc *udc = ep->udc; in at91_ep_set_halt() local1319 struct at91_udc *udc = controller; in at91_start() local1330 struct at91_udc *udc = controller; in at91_stop() local1434 struct at91_udc *udc = controller; in usb_gadget_handle_interrupts() local[all …]
121 struct max3420_udc *udc; member148 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()228 struct max3420_udc *udc = ep->udc; in spi_max3420_enable() local348 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt() local434 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start() local447 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop() local459 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup() local762 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() local821 struct max3420_udc *udc = dev_get_priv(dev); in max3420_udc_probe() local[all …]
313 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ep_enable() local432 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_ep_submit_next_request() local673 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in handle_setup() local776 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in stop_activity() local802 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_irq() local872 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in usb_gadget_handle_interrupts() local883 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_disconnect() local894 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_pullup() local1069 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in dfu_usb_get_reset() local
72 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() local1075 struct pxa25x_udc *udc; in pxa25x_udc_pullup() local
189 #define usba_readl(udc, reg) \ argument191 #define usba_writel(udc, reg, value) \ argument256 struct usba_udc *udc; member
111 struct pxa25x_udc *udc; member
93 struct at91_udc *udc; member
132 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() local181 struct usb_udc *udc; in usb_add_gadget_udc_release() local225 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() local282 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() local356 struct usb_udc *udc = NULL; in usb_gadget_unregister_driver() local
Completed in 20 milliseconds