Lines Matching defs:td

82 #define td_udev(td)	((td)->ep_data->dev)  argument
115 #define td_residue(td) ((__s8)(td->residue)) argument
116 #define td_ly_base_addr(td) (__le16_to_cpu((td)->ly_base_addr)) argument
117 #define td_port_length(td) (__le16_to_cpu((td)->port_length)) argument
118 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr)) argument
120 #define td_active(td) ((td)->retry_cnt & TD_RETRYCNTMASK_ACT_FLG) argument
121 #define td_length(td) (td_port_length(td) & TD_PORTLENMASK_DL) argument
123 #define td_sequence_ok(td) (!td->status || \ argument
127 #define td_acked(td) (!td->status || \ argument
129 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) argument
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() local
567 struct c67x00_td *td; in c67x00_create_td() local
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() local
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()
892 struct c67x00_td *td, *tmp; in c67x00_clear_pipe() local
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() local
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() local