Home
last modified time | relevance | path

Searched refs:fstn_next (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.h588 union fotg210_shadow fstn_next; /* ptr to periodic q entry */ member
Dfotg210-hcd.c600 p = p.fstn->fstn_next; in fill_periodic_buffer()
3284 return &periodic->fstn->fstn_next; in periodic_next_shadow()
3365 q = &q->fstn->fstn_next; in periodic_usecs()
/Linux-v6.6/drivers/usb/host/
Dehci.h602 union ehci_shadow fstn_next; /* ptr to periodic q entry */ member
Dehci-dbg.c706 p = p.fstn->fstn_next; in fill_periodic_buffer()
Dehci-sched.c39 return &periodic->fstn->fstn_next; in periodic_next_shadow()