Lines Matching defs:c67x00

152 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg)  in dbg_td()
176 dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) { } in dbg_td()
183 static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00) in c67x00_get_current_frame_number()
222 static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_release_urb()
255 c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_ep_data_alloc()
331 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_endpoint_disable() local
372 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_enqueue() local
467 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_dequeue() local
498 c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status) in c67x00_giveback_urb()
519 static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb, in c67x00_claim_frame_bw()
587 static int c67x00_create_td(struct c67x00_hcd *c67x00, struct urb *urb, in c67x00_create_td()
669 static int c67x00_add_data_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_add_data_urb()
715 static int c67x00_add_ctrl_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_add_ctrl_urb()
753 static int c67x00_add_int_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_add_int_urb()
765 static int c67x00_add_iso_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_add_iso_urb()
799 static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type, in c67x00_fill_from_list()
818 static void c67x00_fill_frame(struct c67x00_hcd *c67x00) in c67x00_fill_frame()
852 c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_parse_td()
862 static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_td_to_error()
911 static inline void c67x00_clear_pipe(struct c67x00_hcd *c67x00, in c67x00_clear_pipe()
929 static void c67x00_handle_successful_td(struct c67x00_hcd *c67x00, in c67x00_handle_successful_td()
975 static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_handle_isoc()
1002 static inline void c67x00_check_td_list(struct c67x00_hcd *c67x00) in c67x00_check_td_list()
1065 static inline int c67x00_all_tds_processed(struct c67x00_hcd *c67x00) in c67x00_all_tds_processed()
1076 static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_send_td()
1088 static void c67x00_send_frame(struct c67x00_hcd *c67x00) in c67x00_send_frame()
1112 static void c67x00_do_work(struct c67x00_hcd *c67x00) in c67x00_do_work()
1152 struct c67x00_hcd *c67x00 = (struct c67x00_hcd *)__c67x00; in c67x00_sched_tasklet() local
1156 void c67x00_sched_kick(struct c67x00_hcd *c67x00) in c67x00_sched_kick()
1161 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00) in c67x00_sched_start_scheduler()
1168 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00) in c67x00_sched_stop_scheduler()