Home
last modified time | relevance | path

Searched refs:frame_list_sz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A 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()
H A Dcore.h993 * @frame_list_sz: Frame list size
1176 u32 frame_list_sz; member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A 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()
H A Dcore.h978 * @frame_list_sz: Frame list size
1163 u32 frame_list_sz; member

Completed in 9 milliseconds