Searched refs:fstn (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-dbg.c | 703 " fstn-%8x/%p", p.fstn->hw_prev, in fill_periodic_buffer() 704 p.fstn); in fill_periodic_buffer() 705 tag = Q_NEXT_TYPE(ehci, p.fstn->hw_next); in fill_periodic_buffer() 706 p = p.fstn->fstn_next; in fill_periodic_buffer()
|
H A D | ehci.h | 337 /* type tag from {qh,itd,sitd,fstn}->hw_next */ 372 struct ehci_fstn *fstn; /* Q_TYPE_FSTN */ member
|
H A D | ehci-sched.c | 39 return &periodic->fstn->fstn_next; in periodic_next_shadow()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 358 /* type tag from {qh,itd,fstn}->hw_next */ 393 struct fotg210_fstn *fstn; /* Q_TYPE_FSTN */ member
|
H A D | fotg210-hcd.c | 590 " fstn-%8x/%p", in fill_periodic_buffer() 591 p.fstn->hw_prev, p.fstn); in fill_periodic_buffer() 592 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer() 593 p = p.fstn->fstn_next; in fill_periodic_buffer() 3277 return &periodic->fstn->fstn_next; in periodic_next_shadow() 3354 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs() 3357 hw_p = &q->fstn->hw_next; in periodic_usecs() 3358 q = &q->fstn->fstn_next; in periodic_usecs()
|