Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-sched.c143 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) macro
848 if (usb_pipein(td->pipe) && td_actual_bytes(td)) in c67x00_parse_td()
850 td->data, td_actual_bytes(td)); in c67x00_parse_td()
877 act_bytes = td_actual_bytes(td); in c67x00_end_of_data()
928 urb->actual_length += td_actual_bytes(td); in c67x00_handle_successful_td()
981 urb->iso_frame_desc[cnt].actual_length = td_actual_bytes(td); in c67x00_handle_isoc()