Lines Matching defs:ohci
40 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb()
92 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance()
126 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link()
166 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule()
256 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink()
304 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule()
388 struct ohci_hcd *ohci, in ed_get()
470 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink()
502 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill()
579 struct ohci_hcd *ohci, in td_submit_urb()
714 static int td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) in td_done()
791 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted()
859 static struct td *dl_reverse_done_list (struct ohci_hcd *ohci) in dl_reverse_done_list()
903 finish_unlinks (struct ohci_hcd *ohci, u16 tick) in finish_unlinks()
1075 static void takeback_td(struct ohci_hcd *ohci, struct td *td) in takeback_td()
1126 dl_done_list (struct ohci_hcd *ohci) in dl_done_list()