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

  /src/sys/dev/usb/
uhcivar.h 141 uhci_soft_qh_t *eqh; /* pointer to last QH */ member in struct:uhci_vframe
uhci.c 561 sc->sc_vframes[i].eqh = sqh;
1131 uhci_soft_qh_t *eqh; local in function:uhci_add_hs_ctrl
1138 eqh = sc->sc_hctl_end;
1139 usb_syncmem(&eqh->dma, eqh->offs + offsetof(uhci_qh_t, qh_hlink),
1140 sizeof(eqh->qh.qh_hlink),
1142 sqh->hlink = eqh->hlink;
1143 sqh->qh.qh_hlink = eqh->qh.qh_hlink;
1146 eqh->hlink = sqh;
1147 eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH)
1214 uhci_soft_qh_t *eqh; local in function:uhci_add_ls_ctrl
1279 uhci_soft_qh_t *eqh; local in function:uhci_add_bulk
3261 uhci_soft_qh_t *eqh; local in function:uhci_add_intr
    [all...]
  /src/sys/dev/qbus/
qd.c 2295 struct qdinput *eqh; local in function:qdiint
2310 eqh = eq_header[unit]; /* optimized as a register */
2336 if (ISFULL(eqh) == TRUE) {
2363 event = PUTBEGIN(eqh);
2364 PUTEND(eqh);
2368 event->vse_x = eqh->curs_pos.x;
2369 event->vse_y = eqh->curs_pos.y;
2389 if (ISFULL(eqh) == TRUE) {
2452 eqh->curs_pos.x += new_rep->dx;
2453 if (eqh->curs_pos.x > 1023
    [all...]

Completed in 45 milliseconds