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

  /src/sys/dev/pckbport/
synapticsvar.h 69 u_int packet_count[SYN_MAX_FINGERS]; member in struct:synaptics_softc
synaptics.c 2155 sc->packet_count[SYN_PRIMARY_FINGER]);
2158 sc->packet_count[SYN_PRIMARY_FINGER]);
2159 sc->packet_count[SYN_PRIMARY_FINGER]++;
2164 sc->packet_count[SYN_SECONDARY_FINGER]);
2167 sc->packet_count[SYN_SECONDARY_FINGER]);
2168 sc->packet_count[SYN_SECONDARY_FINGER]++;
2380 sc->packet_count[SYN_PRIMARY_FINGER] = 0;
2381 sc->packet_count[SYN_SECONDARY_FINGER] = 0;
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 566 if (qtd->isoc_frame_index_last == qtd->urb->packet_count)
621 qtd->urb->packet_count)
626 qtd->urb->packet_count) {
924 if (++qtd->isoc_frame_index == qtd->urb->packet_count) {
988 for (idx = 0; idx < qtd->urb->packet_count;
dwc2_hcd.h 200 u32 packet_count; member in struct:dwc2_hcd_urb
dwc2_hcdintr.c 669 if (++qtd->isoc_frame_index == urb->packet_count) {
1004 if (qtd->isoc_frame_index == qtd->urb->packet_count) {
1468 qtd->isoc_frame_index == qtd->urb->packet_count) {
dwc2_hcd.c 1919 urb->packet_count = iso_desc_count;
  /src/sys/external/bsd/dwc2/
dwc2.c 267 dwc2_hcd_urb_free(sc->sc_hsotg, dxfer->urb, dxfer->urb->packet_count);
977 KASSERT(dwc2_urb->packet_count == xfer->ux_nframes);
979 sizeof(dwc2_urb->iso_descs[0]) * dwc2_urb->packet_count);
982 dwc2_urb->packet_count = xfer->ux_nframes;
1054 xfer->ux_nframes <= dwc2_urb->packet_count);

Completed in 19 milliseconds