Searched refs:ohci_t (Results 1 – 5 of 5) sorted by relevance
142 static ohci_t gohci;212 static int hc_interrupt(ohci_t *ohci);669 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link()1184 static int dl_done_list(ohci_t *ohci) in dl_done_list()1770 static int hc_reset(ohci_t *ohci) in hc_reset()1846 static int hc_start(ohci_t *ohci) in hc_start()1905 static int hc_interrupt(ohci_t *ohci) in hc_interrupt()1993 static void hc_release_ohci(ohci_t *ohci) in hc_release_ohci()2025 memset(&gohci, 0, sizeof(ohci_t)); in usb_lowlevel_init()2198 ohci_t *ohci = dev_get_priv(dev); in ohci_register()[all …]
43 .priv_auto = sizeof(ohci_t),
20 ohci_t ohci;
22 ohci_t ohci;
408 } ohci_t; typedef
Completed in 10 milliseconds