Searched refs:the_controller (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/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() 905 the_controller = dev; in dwc2_udc_probe() 928 return dwc2_udc_irq(1, (void *)the_controller); in dwc2_udc_handle_interrupt() 1193 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
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | pxa25x_udc.h | 134 static struct pxa25x_udc *the_controller; variable 185 label, state_name[the_controller->ep0state], udccs0, in dump_udccs0()
|
| H A D | pxa25x_udc.c | 268 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off() 279 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on() 2402 the_controller = dev; in pxa25x_udc_probe() 2474 the_controller = NULL; in pxa25x_udc_remove()
|
| H A D | s3c2410_udc.c | 52 static struct s3c2410_udc *the_controller; variable 1272 if (!the_controller->driver) in s3c2410_udc_dequeue() 1780 the_controller = udc; in s3c2410_udc_probe()
|
| H A D | pxa27x_udc.c | 77 static struct pxa_udc *the_controller; variable 2412 the_controller = udc; in pxa_udc_probe() 2461 the_controller = NULL; in pxa_udc_remove()
|