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

  /src/sys/dev/usb/
uhci.c 2580 uhci_soft_qh_t *xqh; local in function:uhci_device_ctrl_start
2594 for (xqh = sxqh;
2595 xqh != NULL;
2596 xqh = (maxqh++ == 5 || xqh->hlink == sxqh ||
2597 xqh->hlink == xqh ? NULL : xqh->hlink)) {
2598 uhci_dump_qh(xqh);
uhci.c 2580 uhci_soft_qh_t *xqh; local in function:uhci_device_ctrl_start
2594 for (xqh = sxqh;
2595 xqh != NULL;
2596 xqh = (maxqh++ == 5 || xqh->hlink == sxqh ||
2597 xqh->hlink == xqh ? NULL : xqh->hlink)) {
2598 uhci_dump_qh(xqh);
uhci.c 2580 uhci_soft_qh_t *xqh; local in function:uhci_device_ctrl_start
2594 for (xqh = sxqh;
2595 xqh != NULL;
2596 xqh = (maxqh++ == 5 || xqh->hlink == sxqh ||
2597 xqh->hlink == xqh ? NULL : xqh->hlink)) {
2598 uhci_dump_qh(xqh);
uhci.c 2580 uhci_soft_qh_t *xqh; local in function:uhci_device_ctrl_start
2594 for (xqh = sxqh;
2595 xqh != NULL;
2596 xqh = (maxqh++ == 5 || xqh->hlink == sxqh ||
2597 xqh->hlink == xqh ? NULL : xqh->hlink)) {
2598 uhci_dump_qh(xqh);

Completed in 266 milliseconds