Lines Matching defs:dwc2_qtd
335 struct dwc2_qtd { struct
336 enum dwc2_control_phase control_phase;
337 u8 in_process;
338 u8 data_toggle;
339 u8 complete_split;
340 u8 isoc_split_pos;
341 u16 isoc_frame_index;
342 u16 isoc_split_offset;
343 u32 ssplit_out_xfer_count;
344 u8 error_count;
345 u8 n_desc;
346 u16 isoc_frame_index_last;
347 struct dwc2_hcd_urb *urb;
348 struct dwc2_qh *qh;
349 struct list_head qtd_list_entry;