HomeSort by: relevance | last modified time | path
    Searched refs:frame_num_array (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 2312 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);
dwc2_core.h 776 u16 *frame_num_array; member in struct:dwc2_hsotg
dwc2_hcdintr.c 82 hsotg->frame_num_array[hsotg->frame_num_idx] =
95 hsotg->frame_num_array[i],

Completed in 15 milliseconds