Home
last modified time | relevance | path

Searched refs:last_frame_num_array (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h1032 * @last_frame_num_array: Used only if CONFIG_USB_DWC2_TRACK_MISSED_SOFS is
1036 * @frame_num_idx: Actual size of frame_num_array and last_frame_num_array
1156 u16 *last_frame_num_array; member
H A Dhcd.c5037 hsotg->last_frame_num_array = in dwc2_hcd_init()
5039 sizeof(*hsotg->last_frame_num_array), GFP_KERNEL); in dwc2_hcd_init()
5040 if (!hsotg->last_frame_num_array) in dwc2_hcd_init()
5259 kfree(hsotg->last_frame_num_array); in dwc2_hcd_init()
5300 kfree(hsotg->last_frame_num_array); in dwc2_hcd_remove()
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()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h1017 * @last_frame_num_array: Used only if CONFIG_USB_DWC2_TRACK_MISSED_SOFS is
1021 * @frame_num_idx: Actual size of frame_num_array and last_frame_num_array
1143 u16 *last_frame_num_array; member
H A Dhcd.c5122 hsotg->last_frame_num_array = in dwc2_hcd_init()
5124 sizeof(*hsotg->last_frame_num_array), GFP_KERNEL); in dwc2_hcd_init()
5125 if (!hsotg->last_frame_num_array) in dwc2_hcd_init()
5346 kfree(hsotg->last_frame_num_array); in dwc2_hcd_init()
5387 kfree(hsotg->last_frame_num_array); in dwc2_hcd_remove()
H A Dhcd_intr.c47 hsotg->last_frame_num_array[hsotg->frame_num_idx] = in dwc2_track_missed_sofs()
59 hsotg->last_frame_num_array[i]); in dwc2_track_missed_sofs()

Completed in 22 milliseconds