HomeSort by: relevance | last modified time | path
    Searched defs:dwc2_urb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/dwc2/
dwc2.c 895 struct dwc2_hcd_urb *dwc2_urb; local in function:dwc2_device_start
973 dwc2_urb = dxfer->urb;
974 if (!dwc2_urb)
977 KASSERT(dwc2_urb->packet_count == xfer->ux_nframes);
978 memset(dwc2_urb, 0, sizeof(*dwc2_urb) +
979 sizeof(dwc2_urb->iso_descs[0]) * dwc2_urb->packet_count);
981 dwc2_urb->priv = xfer;
982 dwc2_urb->packet_count = xfer->ux_nframes
    [all...]
dwc2.c 895 struct dwc2_hcd_urb *dwc2_urb; local in function:dwc2_device_start
973 dwc2_urb = dxfer->urb;
974 if (!dwc2_urb)
977 KASSERT(dwc2_urb->packet_count == xfer->ux_nframes);
978 memset(dwc2_urb, 0, sizeof(*dwc2_urb) +
979 sizeof(dwc2_urb->iso_descs[0]) * dwc2_urb->packet_count);
981 dwc2_urb->priv = xfer;
982 dwc2_urb->packet_count = xfer->ux_nframes
    [all...]

Completed in 22 milliseconds