Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.h1158 u16 *frame_num_array; member
H A Dhcd_intr.c75 hsotg->frame_num_array[hsotg->frame_num_idx] = in dwc2_track_missed_sofs()
88 hsotg->frame_num_array[i], in dwc2_track_missed_sofs()
H A Dhcd.c5054 hsotg->frame_num_array = kcalloc(FRAME_NUM_ARRAY_SIZE, in dwc2_hcd_init()
5055 sizeof(*hsotg->frame_num_array), in dwc2_hcd_init()
5057 if (!hsotg->frame_num_array) in dwc2_hcd_init()
5289 kfree(hsotg->frame_num_array); in dwc2_hcd_init()
5330 kfree(hsotg->frame_num_array); in dwc2_hcd_remove()