Home
last modified time | relevance | path

Searched refs:SKEL_ISO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h332 #define SKEL_ISO 1 macro
333 #define skel_iso_qh skelqh[SKEL_ISO]
H A Duhci-q.c510 if (qh->skel == SKEL_ISO) in uhci_activate_qh()
559 if (qh->skel == SKEL_ISO) in uhci_unlink_qh()
1363 qh->skel = SKEL_ISO; in uhci_submit_isochronous()
H A Duhci-hcd.c642 for (i = SKEL_ISO + 1; i < SKEL_ASYNC; ++i) in uhci_start()
H A Duhci-debug.c525 if (i <= SKEL_ISO) in uhci_sprint_schedule()