Lines Matching defs:ohci
40 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb()
91 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance()
125 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link()
165 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule()
255 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink()
303 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule()
387 struct ohci_hcd *ohci, in ed_get()
469 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink()
501 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill()
578 struct ohci_hcd *ohci, in td_submit_urb()
713 static int td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) in td_done()
790 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted()
858 static struct td *dl_reverse_done_list (struct ohci_hcd *ohci) in dl_reverse_done_list()
902 finish_unlinks (struct ohci_hcd *ohci, u16 tick) in finish_unlinks()
1074 static void takeback_td(struct ohci_hcd *ohci, struct td *td) in takeback_td()
1125 dl_done_list (struct ohci_hcd *ohci) in dl_done_list()