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

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c 130 struct dwc2_host_chan *ch = hsotg->hc_ptr_array[i];
244 channel = hsotg->hc_ptr_array[i];
257 channel = hsotg->hc_ptr_array[i];
576 chan = hsotg->hc_ptr_array[i];
1973 chan = hsotg->hc_ptr_array[i];
2238 struct dwc2_host_chan *chan = hsotg->hc_ptr_array[i];
2243 hsotg->hc_ptr_array[i] = NULL;
2366 memset(&hsotg->hc_ptr_array[0], 0, sizeof(hsotg->hc_ptr_array));
2373 hsotg->hc_ptr_array[i] = channel
    [all...]
dwc2_core.h 658 * @hc_ptr_array: Array of pointers to the host channel descriptors.
786 struct dwc2_host_chan *hc_ptr_array[MAX_EPS_CHANNELS]; member in struct:dwc2_hsotg
dwc2_hcdintr.c 182 chan = hsotg->hc_ptr_array[chnum];
2053 chan = hsotg->hc_ptr_array[chnum];
2058 dev_err(hsotg->dev, "## hc_ptr_array for channel is NULL ##\n");

Completed in 16 milliseconds