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()
797 struct c67x00_td *td, *ttd; in c67x00_fill_frame()
829 c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_parse_td()
839 static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_td_to_error()
857 static inline int c67x00_end_of_data(struct c67x00_td *td) in c67x00_end_of_data()
889 struct c67x00_td *last_td) in c67x00_clear_pipe()
891 struct c67x00_td *td, *tmp; in c67x00_clear_pipe()
895 td = list_entry(td->td_list.next, struct c67x00_td, td_list); in c67x00_clear_pipe()
907 struct c67x00_td *td) in c67x00_handle_successful_td()
952 static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_handle_isoc()
979 struct c67x00_td *td, *tmp; in c67x00_check_td_list()
1051 static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_send_td()
1065 struct c67x00_td *td; in c67x00_send_frame()