Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c2312 hsotg->frame_num_array = kmem_zalloc(sizeof(*hsotg->frame_num_array) * in dwc2_hcd_init()
2314 if (!hsotg->frame_num_array) in dwc2_hcd_init()
2434 if (hsotg->frame_num_array != NULL) in dwc2_hcd_init()
2435 kmem_free(hsotg->frame_num_array, in dwc2_hcd_init()
2436 sizeof(*hsotg->frame_num_array) * FRAME_NUM_ARRAY_SIZE); in dwc2_hcd_init()
2467 kmem_free(hsotg->frame_num_array, sizeof(*hsotg->frame_num_array) * FRAME_NUM_ARRAY_SIZE); in dwc2_hcd_remove()
H A Ddwc2_core.h776 u16 *frame_num_array; member
H A Ddwc2_hcdintr.c82 hsotg->frame_num_array[hsotg->frame_num_idx] = in dwc2_track_missed_sofs()
95 hsotg->frame_num_array[i], in dwc2_track_missed_sofs()