start_active_frame  357 drivers/usb/dwc2/hcd.h 	u16 start_active_frame;
start_active_frame 1459 drivers/usb/dwc2/hcd_intr.c 					qh->start_active_frame,
start_active_frame 1184 drivers/usb/dwc2/hcd_queue.c 	qh->start_active_frame = next_active_frame;
start_active_frame 1737 drivers/usb/dwc2/hcd_queue.c 		qh->start_active_frame = hsotg->frame_number;
start_active_frame 1738 drivers/usb/dwc2/hcd_queue.c 		qh->next_active_frame = qh->start_active_frame;
start_active_frame 1837 drivers/usb/dwc2/hcd_queue.c 	if (old_frame == qh->start_active_frame &&
start_active_frame 1893 drivers/usb/dwc2/hcd_queue.c 	qh->start_active_frame = dwc2_frame_num_inc(qh->start_active_frame,
start_active_frame 1933 drivers/usb/dwc2/hcd_queue.c 	if (qh->start_active_frame == qh->next_active_frame ||
start_active_frame 1934 drivers/usb/dwc2/hcd_queue.c 	    dwc2_frame_num_gt(prev_frame_number, qh->start_active_frame)) {
start_active_frame 1935 drivers/usb/dwc2/hcd_queue.c 		u16 ideal_start = qh->start_active_frame;
start_active_frame 1949 drivers/usb/dwc2/hcd_queue.c 			qh->start_active_frame = dwc2_frame_num_inc(
start_active_frame 1950 drivers/usb/dwc2/hcd_queue.c 				qh->start_active_frame, interval);
start_active_frame 1952 drivers/usb/dwc2/hcd_queue.c 					   qh->start_active_frame));
start_active_frame 1954 drivers/usb/dwc2/hcd_queue.c 		missed = dwc2_frame_num_dec(qh->start_active_frame,
start_active_frame 1959 drivers/usb/dwc2/hcd_queue.c 	qh->next_active_frame = qh->start_active_frame;