Lines Matching refs:c67x00_td
42 struct c67x00_td { struct
136 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) in dbg_td()
200 struct c67x00_td *td; in c67x00_release_urb()
567 struct c67x00_td *td; in c67x00_create_td()
637 static inline void c67x00_release_td(struct c67x00_td *td) in c67x00_release_td()
798 struct c67x00_td *td, *ttd; in c67x00_fill_frame()
830 c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_parse_td()
840 static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_td_to_error()
858 static inline int c67x00_end_of_data(struct c67x00_td *td) in c67x00_end_of_data()
890 struct c67x00_td *last_td) in c67x00_clear_pipe()
892 struct c67x00_td *td, *tmp; in c67x00_clear_pipe()
896 td = list_entry(td->td_list.next, struct c67x00_td, td_list); in c67x00_clear_pipe()
908 struct c67x00_td *td) in c67x00_handle_successful_td()
953 static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_handle_isoc()
980 struct c67x00_td *td, *tmp; in c67x00_check_td_list()
1052 static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_send_td()
1066 struct c67x00_td *td; in c67x00_send_frame()