Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.h1159 u16 *last_frame_num_array; member
H A Dhcd_intr.c77 hsotg->last_frame_num_array[hsotg->frame_num_idx] = in dwc2_track_missed_sofs()
89 hsotg->last_frame_num_array[i]); in dwc2_track_missed_sofs()
H A Dhcd.c5059 hsotg->last_frame_num_array = in dwc2_hcd_init()
5061 sizeof(*hsotg->last_frame_num_array), GFP_KERNEL); in dwc2_hcd_init()
5062 if (!hsotg->last_frame_num_array) in dwc2_hcd_init()
5288 kfree(hsotg->last_frame_num_array); in dwc2_hcd_init()
5329 kfree(hsotg->last_frame_num_array); in dwc2_hcd_remove()