Searched defs:udc (Results 1 – 12 of 12) sorted by relevance
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.c | 22 static int vbus_is_present(struct usba_udc *udc) in vbus_is_present() 82 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status() 91 struct usba_udc *udc = ep->udc; in receive_data() local 171 struct usba_udc *udc = ep->udc; in usba_ep_enable() local 273 struct usba_udc *udc = ep->udc; in usba_ep_disable() local 339 struct usba_udc *udc = ep->udc; in usba_ep_queue() local 454 struct usba_udc *udc = ep->udc; in usba_ep_fifo_flush() local 473 struct usba_udc *udc = to_usba_udc(gadget); in usba_udc_get_frame() local 480 struct usba_udc *udc = to_usba_udc(gadget); in usba_udc_wakeup() local 499 struct usba_udc *udc = to_usba_udc(gadget); in usba_udc_set_selfpowered() local [all …]
|
| H A D | at91_udc.c | 61 #define at91_udp_read(udc, reg) \ argument 63 #define at91_udp_write(udc, reg, val) \ argument 73 struct at91_udc *udc = ep->udc; in done() local 286 struct at91_udc *udc; in at91_ep_enable() local 363 struct at91_udc *udc = ep->udc; in at91_ep_disable() local 420 struct at91_udc *udc; in at91_ep_queue() local 545 struct at91_udc *udc = ep->udc; in at91_ep_set_halt() local 599 struct at91_udc *udc = to_udc(gadget); in at91_get_frame() local 608 struct at91_udc *udc = to_udc(gadget); in at91_wakeup() local 633 static void udc_reinit(struct at91_udc *udc) in udc_reinit() [all …]
|
| H A D | aspeed_udc.c | 179 void ast_udc_ep0_data_tx(struct aspeed_udc_priv *udc, u8 *tx_data, u32 len) in ast_udc_ep0_data_tx() 198 static void aspeed_udc_getstatus(struct aspeed_udc_priv *udc) in aspeed_udc_getstatus() 244 static void aspeed_udc_setup_handle(struct aspeed_udc_priv *udc) in aspeed_udc_setup_handle() 318 struct aspeed_udc_priv *udc = ep->udc; in aspeed_udc_ep0_queue() local 351 static void aspeed_udc_ep0_rx(struct aspeed_udc_priv *udc) in aspeed_udc_ep0_rx() 359 static void aspeed_udc_ep0_tx(struct aspeed_udc_priv *udc) in aspeed_udc_ep0_tx() 367 static void aspeed_udc_ep0_in(struct aspeed_udc_priv *udc) in aspeed_udc_ep0_in() 400 void aspeed_udc_ep0_out(struct aspeed_udc_priv *udc) in aspeed_udc_ep0_out() 683 struct aspeed_udc_priv *udc = ep->udc; in aspeed_udc_ep_queue() local 762 struct aspeed_udc_priv *udc = ep->udc; in aspeed_udc_ep_set_halt() local [all …]
|
| H A D | ci_udc.c | 309 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ep_enable() local 426 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_ep_submit_next_request() local 667 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in handle_setup() local 770 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in stop_activity() local 796 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_irq() local 866 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in usb_gadget_handle_interrupts() local 877 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in udc_disconnect() local 888 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in ci_pullup() local 1058 struct ci_udc *udc = (struct ci_udc *)controller.ctrl->hcor; in dfu_usb_get_reset() local
|
| H A D | pxa25x_udc.c | 68 static inline void start_watchdog(struct pxa25x_udc *udc) in start_watchdog() 75 static inline void stop_watchdog(struct pxa25x_udc *udc) in stop_watchdog() 81 static inline void test_watchdog(struct pxa25x_udc *udc) in test_watchdog() 1031 static int pullup(struct pxa25x_udc *udc) in pullup() 1060 struct pxa25x_udc *udc; in pxa25x_udc_vbus_session() local 1071 struct pxa25x_udc *udc; in pxa25x_udc_pullup() local
|
| H A D | aspeed_udc.h | 29 struct aspeed_udc_priv *udc; member
|
| H A D | atmel_usba_udc.h | 189 #define usba_readl(udc, reg) \ argument 191 #define usba_writel(udc, reg, value) \ argument 256 struct usba_udc *udc; member
|
| H A D | pxa25x_udc.h | 111 struct pxa25x_udc *udc; member
|
| H A D | at91_udc.h | 93 struct at91_udc *udc; member
|
| /openbmc/u-boot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 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() local 179 struct usb_udc *udc; in usb_add_gadget_udc_release() local 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() local 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() local 331 struct usb_udc *udc = NULL; in usb_gadget_unregister_driver() local
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_input.cpp | 26 const std::string& udc) : in Input()
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | aspeed_soc.h | 110 UnimplementedDeviceState udc; member
|