Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg.c74 struct dwc2_udc *the_controller; variable
122 the_controller, p); in set_udc_gadget_private_data()
123 the_controller->gadget.dev.device_data = p; in set_udc_gadget_private_data()
239 struct dwc2_udc *dev = the_controller; in usb_gadget_register_driver()
288 struct dwc2_udc *dev = the_controller; in usb_gadget_unregister_driver()
313 struct dwc2_udc *dev = the_controller; in dwc2_gadget_start()
339 struct dwc2_udc *dev = the_controller; in dwc2_gadget_stop()
903 the_controller = dev; in dwc2_udc_probe()
926 return dwc2_udc_irq(1, (void *)the_controller); in dwc2_udc_handle_interrupt()
1192 the_controller->driver = 0; in dwc2_udc_otg_probe()
[all …]
Dpxa25x_udc.c142 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
211 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
219 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
229 clrbits_le32(&the_controller->regs->uicr0, in pio_irq_enable()
233 clrbits_le32(&the_controller->regs->uicr1, in pio_irq_enable()
242 setbits_le32(&the_controller->regs->uicr0, in pio_irq_disable()
246 setbits_le32(&the_controller->regs->uicr1, in pio_irq_disable()
260 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_set_mask_UDCCR()
268 clrbits_le32(&the_controller->regs->udccr, ~mask); in udc_clear_mask_UDCCR()
276 clrsetbits_le32(&the_controller->regs->udccr, ~mask_bits, mask); in udc_ack_int_UDCCR()
[all …]
Dpxa25x_udc.h141 static struct pxa25x_udc *the_controller; variable