Home
last modified time | relevance | path

Searched refs:frame_num_array (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dcore.h1140 u16 *frame_num_array; member
Dhcd_intr.c45 hsotg->frame_num_array[hsotg->frame_num_idx] = in dwc2_track_missed_sofs()
58 hsotg->frame_num_array[i], in dwc2_track_missed_sofs()
Dhcd.c5117 hsotg->frame_num_array = kcalloc(FRAME_NUM_ARRAY_SIZE, in dwc2_hcd_init()
5118 sizeof(*hsotg->frame_num_array), in dwc2_hcd_init()
5120 if (!hsotg->frame_num_array) in dwc2_hcd_init()
5347 kfree(hsotg->frame_num_array); in dwc2_hcd_init()
5388 kfree(hsotg->frame_num_array); in dwc2_hcd_remove()