Home
last modified time | relevance | path

Searched refs:itd_next (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-sched.c41 return &periodic->itd->itd_next; in periodic_next_shadow()
439 here = here.itd->itd_next; in tt_no_collision()
1732 itd->itd_next = here; in itd_link()
2404 q_p = &q.itd->itd_next; in scan_isoc()
2419 *q_p = q.itd->itd_next; in scan_isoc()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h559 union fotg210_shadow itd_next; /* ptr to periodic q entry */ member