Searched refs:the_controller (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 75 struct dwc2_udc *the_controller; variable 123 the_controller, p); in set_udc_gadget_private_data() 124 the_controller->gadget.dev.device_data = p; in set_udc_gadget_private_data() 241 struct dwc2_udc *dev = the_controller; in usb_gadget_register_driver() 290 struct dwc2_udc *dev = the_controller; in usb_gadget_unregister_driver() 315 struct dwc2_udc *dev = the_controller; in dwc2_gadget_start() 341 struct dwc2_udc *dev = the_controller; in dwc2_gadget_stop() 908 the_controller = dev; in dwc2_udc_probe() 931 return dwc2_udc_irq(1, (void *)the_controller); in dwc2_udc_handle_interrupt() 1196 the_controller->driver = 0; in dwc2_udc_otg_probe() [all …]
|
| H A D | pxa25x_udc.c | 143 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0() 212 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off() 220 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on() 230 clrbits_le32(&the_controller->regs->uicr0, in pio_irq_enable() 234 clrbits_le32(&the_controller->regs->uicr1, in pio_irq_enable() 243 setbits_le32(&the_controller->regs->uicr0, in pio_irq_disable() 247 setbits_le32(&the_controller->regs->uicr1, in pio_irq_disable() 261 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_set_mask_UDCCR() 269 clrbits_le32(&the_controller->regs->udccr, ~mask); in udc_clear_mask_UDCCR() 277 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_ack_int_UDCCR() [all …]
|
| H A D | pxa25x_udc.h | 142 static struct pxa25x_udc *the_controller; variable
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.c | 2596 struct dwc3 *the_controller; variable 2601 struct dwc3 *dev = the_controller; in dwc3_gadget_is_connected() 2632 the_controller = dwc; in dwc3_gadget_init()
|