Lines Matching defs:td

96 #define td_udev(td)	((td)->ep_data->dev)  argument
129 #define td_residue(td) ((__s8)(td->residue)) argument
130 #define td_ly_base_addr(td) (__le16_to_cpu((td)->ly_base_addr)) argument
131 #define td_port_length(td) (__le16_to_cpu((td)->port_length)) argument
132 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr)) argument
134 #define td_active(td) ((td)->retry_cnt & TD_RETRYCNTMASK_ACT_FLG) argument
135 #define td_length(td) (td_port_length(td) & TD_PORTLENMASK_DL) argument
137 #define td_sequence_ok(td) (!td->status || \ argument
141 #define td_acked(td) (!td->status || \ argument
143 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) argument
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()
224 struct c67x00_td *td; in c67x00_release_urb() local
591 struct c67x00_td *td; in c67x00_create_td() local
661 static inline void c67x00_release_td(struct c67x00_td *td) in c67x00_release_td()
820 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local
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()
880 static inline int c67x00_end_of_data(struct c67x00_td *td) in c67x00_end_of_data()
914 struct c67x00_td *td, *tmp; in c67x00_clear_pipe() local
930 struct c67x00_td *td) in c67x00_handle_successful_td()
975 static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_handle_isoc()
1004 struct c67x00_td *td, *tmp; in c67x00_check_td_list() local
1076 static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) in c67x00_send_td()
1090 struct c67x00_td *td; in c67x00_send_frame() local