Lines Matching defs:dwc2_qh
132704 struct dwc2_qh { struct
132705 struct dwc2_hsotg *hsotg;
132706 u8 ep_type;
132707 u8 ep_is_in;
132708 u16 maxp;
132709 u16 maxp_mult;
132710 u8 dev_speed;
132711 u8 data_toggle;
132712 u8 ping_state;
132713 u8 do_split;
132714 u8 td_first;
132715 u8 td_last;
132716 u16 host_us;
132717 u16 device_us;
132718 u16 host_interval;
132719 u16 device_interval;
132720 u16 next_active_frame;
132721 u16 start_active_frame;
132722 s16 num_hs_transfers;
132723 struct dwc2_hs_transfer_time hs_transfers[8];
132724 u32 ls_start_schedule_slice;
132725 u16 ntd;
132726 u8 *dw_align_buf;
132727 dma_addr_t dw_align_buf_dma;
132728 struct list_head qtd_list;
132729 struct dwc2_host_chan *channel;
132730 struct list_head qh_list_entry;
132731 struct dwc2_dma_desc *desc_list;
132732 dma_addr_t desc_list_dma;
132733 u32 desc_list_sz;
132734 u32 *n_bytes;
132735 struct timer_list unreserve_timer;
132736 struct hrtimer wait_timer;
132737 struct dwc2_tt *dwc_tt;
132738 int ttport;
132739 unsigned int tt_buffer_dirty: 1;
132740 unsigned int unreserve_pending: 1;
132741 unsigned int schedule_low_speed: 1;
132742 unsigned int want_wait: 1;
132743 unsigned int wait_timer_cancel: 1;