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

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 2316 hsotg->last_frame_num_array = kmem_zalloc(
2317 sizeof(*hsotg->last_frame_num_array) *
2319 if (!hsotg->last_frame_num_array)
2431 if (hsotg->last_frame_num_array != NULL)
2432 kmem_free(hsotg->last_frame_num_array,
2433 sizeof(*hsotg->last_frame_num_array) * FRAME_NUM_ARRAY_SIZE);
2466 kmem_free(hsotg->last_frame_num_array, sizeof(*hsotg->last_frame_num_array) * FRAME_NUM_ARRAY_SIZE);
dwc2_core.h 777 u16 *last_frame_num_array; member in struct:dwc2_hsotg
dwc2_hcdintr.c 84 hsotg->last_frame_num_array[hsotg->frame_num_idx] =
96 hsotg->last_frame_num_array[i]);

Completed in 15 milliseconds