Lines Matching refs:frame_list
128 if (hsotg->frame_list) in dwc2_frame_list_alloc()
131 hsotg->frame_list = dma_alloc_coherent(hsotg->dev, in dwc2_frame_list_alloc()
135 if (!hsotg->frame_list) in dwc2_frame_list_alloc()
138 memset(hsotg->frame_list, 0, 4 * FRLISTEN_64_SIZE); in dwc2_frame_list_alloc()
144 u32 *frame_list; in dwc2_frame_list_free() local
150 if (!hsotg->frame_list) { in dwc2_frame_list_free()
155 frame_list = hsotg->frame_list; in dwc2_frame_list_free()
157 hsotg->frame_list = NULL; in dwc2_frame_list_free()
161 dma_free_coherent(hsotg->dev, 4 * FRLISTEN_64_SIZE, frame_list, in dwc2_frame_list_free()
230 if (!hsotg->frame_list) { in dwc2_update_frame_list()
232 hsotg->frame_list); in dwc2_update_frame_list()
246 hsotg->frame_list[j] |= 1 << chan->hc_num; in dwc2_update_frame_list()
248 hsotg->frame_list[j] &= ~(1 << chan->hc_num); in dwc2_update_frame_list()
333 if (!hsotg->frame_list) { in dwc2_hcd_qh_init_ddma()
378 !hsotg->periodic_channels) && hsotg->frame_list) { in dwc2_hcd_qh_free_ddma()