Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_ddma.c119 hsotg->frame_list_sz = 4 * FRLISTEN_64_SIZE; in dwc2_frame_list_alloc()
120 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc()
125 hsotg->frame_list_sz, in dwc2_frame_list_alloc()
143 hsotg->frame_list_sz, DMA_FROM_DEVICE); in dwc2_frame_list_free()
244 hsotg->frame_list_sz, in dwc2_update_frame_list()
Dcore.h1176 u32 frame_list_sz; member