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

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

Completed in 222 milliseconds