Home
last modified time | relevance | path

Searched refs:skel (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Duhci-q.c440 list_add_tail(&qh->node, &uhci->skelqh[qh->skel]->node); in link_interrupt()
461 if (pqh->skel <= qh->skel) in link_async()
474 if (pqh->skel < SKEL_FSBR && qh->skel >= SKEL_FSBR) in link_async()
511 if (qh->skel == SKEL_ISO) in uhci_activate_qh()
513 else if (qh->skel < SKEL_ASYNC) in uhci_activate_qh()
544 if (pqh->skel < SKEL_FSBR && qh->skel >= SKEL_FSBR) in unlink_async()
560 if (qh->skel == SKEL_ISO) in uhci_unlink_qh()
562 else if (qh->skel < SKEL_ASYNC) in uhci_unlink_qh()
800 int skel; in uhci_submit_control() local
898 skel = SKEL_LS_CONTROL; in uhci_submit_control()
[all …]
Duhci-hcd.h176 int skel; /* Skeleton queue number */ member
Duhci-debug.c518 if (!fsbr_link && qh->skel >= SKEL_FSBR) in uhci_sprint_schedule()