Lines Matching refs:frame_list
116 if (hsotg->frame_list) in dwc2_frame_list_alloc()
120 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc()
121 if (!hsotg->frame_list) in dwc2_frame_list_alloc()
124 hsotg->frame_list_dma = dma_map_single(hsotg->dev, hsotg->frame_list, in dwc2_frame_list_alloc()
137 if (!hsotg->frame_list) { in dwc2_frame_list_free()
145 kfree(hsotg->frame_list); in dwc2_frame_list_free()
146 hsotg->frame_list = NULL; in dwc2_frame_list_free()
216 if (!hsotg->frame_list) { in dwc2_update_frame_list()
218 hsotg->frame_list); in dwc2_update_frame_list()
232 hsotg->frame_list[j] |= 1 << chan->hc_num; in dwc2_update_frame_list()
234 hsotg->frame_list[j] &= ~(1 << chan->hc_num); in dwc2_update_frame_list()
330 if (!hsotg->frame_list) { in dwc2_hcd_qh_init_ddma()
379 !hsotg->periodic_channels) && hsotg->frame_list) { in dwc2_hcd_qh_free_ddma()