Home
last modified time | relevance | path

Searched refs:frame_list_sz (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dhcd_ddma.c149 hsotg->frame_list_sz = 4 * FRLISTEN_64_SIZE; in dwc2_frame_list_alloc()
150 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc()
155 hsotg->frame_list_sz, in dwc2_frame_list_alloc()
173 hsotg->frame_list_sz, DMA_FROM_DEVICE); in dwc2_frame_list_free()
274 hsotg->frame_list_sz, in dwc2_update_frame_list()
Dcore.h1126 u32 frame_list_sz; member