HomeSort by relevance Sort by last modified time
    Searched refs:ohci_t (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/usb/host/
ohci-hcd.c 135 /* global ohci_t */
136 static ohci_t gohci;
206 static int hc_interrupt(ohci_t *ohci);
207 static void td_submit_job(ohci_t *ohci, struct usb_device *dev,
211 static int ep_link(ohci_t * ohci, ed_t * ed);
212 static int ep_unlink(ohci_t * ohci, ed_t * ed);
271 static int sohci_get_current_frame_number(ohci_t *ohci);
276 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev,
317 void ep_print_int_eds(ohci_t *ohci, char *str)
381 static void ohci_dump_status(ohci_t *controller
    [all...]
ohci-generic.c 19 ohci_t ohci;
ohci-sunxi.c 38 ohci_t ohci;
ohci.h 407 } ohci_t; typedef in typeref:struct:ohci
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 73 /* global ohci_t */
74 static ohci_t gohci;
190 void ep_print_int_eds (ohci_t *ohci, char * str) {
250 static void ohci_dump_status (ohci_t *controller)
295 static void ohci_dump_roothub (ohci_t *controller, int verbose)
353 static void ohci_dump (ohci_t *controller, int verbose)
377 ohci_t *ohci;
455 ohci_t *ohci = &gohci;
467 static int ep_link (ohci_t *ohci, ed_t *edi)
516 static int ep_unlink (ohci_t *ohci, ed_t *ed
    [all...]
au1x00_usb_ohci.h 369 } ohci_t; typedef in typeref:struct:ohci
380 static int ep_link(ohci_t * ohci, ed_t * ed);
381 static int ep_unlink(ohci_t * ohci, ed_t * ed);

Completed in 1683 milliseconds