Home
last modified time | relevance | path

Searched refs:td_actual_bytes (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/c67x00/
Dc67x00-sched.c129 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) macro
834 if (usb_pipein(td->pipe) && td_actual_bytes(td)) in c67x00_parse_td()
836 td->data, td_actual_bytes(td)); in c67x00_parse_td()
863 act_bytes = td_actual_bytes(td); in c67x00_end_of_data()
914 urb->actual_length += td_actual_bytes(td); in c67x00_handle_successful_td()
965 urb->iso_frame_desc[cnt].actual_length = td_actual_bytes(td); in c67x00_handle_isoc()