Lines Matching defs:ohci
40 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb()
108 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance()
142 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link()
182 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule()
268 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink()
315 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule()
399 struct ohci_hcd *ohci, in ed_get()
482 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink()
514 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill()
590 struct ohci_hcd *ohci, in td_submit_urb()
754 static int td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) in td_done()
831 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted()
897 static void add_to_done_list(struct ohci_hcd *ohci, struct td *td) in add_to_done_list()
933 static void update_done_list(struct ohci_hcd *ohci) in update_done_list()
973 static void finish_unlinks(struct ohci_hcd *ohci) in finish_unlinks()
1145 static void takeback_td(struct ohci_hcd *ohci, struct td *td) in takeback_td()
1193 static void process_done_list(struct ohci_hcd *ohci) in process_done_list()
1212 static void ohci_work(struct ohci_hcd *ohci) in ohci_work()