Searched refs:ohci_t (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 140 static ohci_t gohci; 210 static int hc_interrupt(ohci_t *ohci); 211 static void td_submit_job(ohci_t *ohci, struct usb_device *dev, 215 static int ep_link(ohci_t * ohci, ed_t * ed); 216 static int ep_unlink(ohci_t * ohci, ed_t * ed); 275 static int sohci_get_current_frame_number(ohci_t *ohci); 280 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print() 321 void ep_print_int_eds(ohci_t *ohci, char *str) in ep_print_int_eds() 385 static void ohci_dump_status(ohci_t *controller) in ohci_dump_status() 432 static void ohci_dump_roothub(ohci_t *controller, int verbose) in ohci_dump_roothub() [all …]
|
| H A D | ohci-pci.c | 43 .priv_auto_alloc_size = sizeof(ohci_t),
|
| H A D | ohci-sunxi.c | 30 ohci_t ohci;
|
| H A D | ohci-da8xx.c | 18 ohci_t ohci;
|
| H A D | ohci-generic.c | 21 ohci_t ohci;
|
| H A D | ohci.h | 407 } ohci_t; typedef
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 75 static ohci_t gohci; 191 void ep_print_int_eds (ohci_t *ohci, char * str) { in ep_print_int_eds() 251 static void ohci_dump_status (ohci_t *controller) in ohci_dump_status() 296 static void ohci_dump_roothub (ohci_t *controller, int verbose) in ohci_dump_roothub() 354 static void ohci_dump (ohci_t *controller, int verbose) in ohci_dump() 378 ohci_t *ohci; in sohci_submit_job() 456 ohci_t *ohci = &gohci; in sohci_get_current_frame_number() 468 static int ep_link (ohci_t *ohci, ed_t *edi) in ep_link() 517 static int ep_unlink (ohci_t *ohci, ed_t *ed) in ep_unlink() 611 static void td_fill (ohci_t *ohci, unsigned int info, in td_fill() [all …]
|
| H A D | au1x00_usb_ohci.h | 369 } ohci_t; typedef 380 static int ep_link(ohci_t * ohci, ed_t * ed); 381 static int ep_unlink(ohci_t * ohci, ed_t * ed);
|