Searched refs:fstn (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | fotg210.h | 360 /* type tag from {qh,itd,fstn}->hw_next */ 395 struct fotg210_fstn *fstn; /* Q_TYPE_FSTN */ member
|
H A D | ehci.h | 328 /* type tag from {qh,itd,sitd,fstn}->hw_next */ 363 struct ehci_fstn *fstn; /* Q_TYPE_FSTN */ member
|
H A D | fotg210-hcd.c | 595 " fstn-%8x/%p", in fill_periodic_buffer() 596 p.fstn->hw_prev, p.fstn); in fill_periodic_buffer() 597 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer() 598 p = p.fstn->fstn_next; in fill_periodic_buffer() 3280 return &periodic->fstn->fstn_next; in periodic_next_shadow() 3357 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs() 3360 hw_p = &q->fstn->hw_next; in periodic_usecs() 3361 q = &q->fstn->fstn_next; in periodic_usecs()
|
H A D | ehci-sched.c | 39 return &periodic->fstn->fstn_next; in periodic_next_shadow()
|
/kernel/linux/linux-6.6/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 | 331 /* type tag from {qh,itd,sitd,fstn}->hw_next */ 366 struct ehci_fstn *fstn; /* Q_TYPE_FSTN */ member
|
H A D | ehci-sched.c | 39 return &periodic->fstn->fstn_next; in periodic_next_shadow()
|
/kernel/linux/linux-6.6/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 | 594 " fstn-%8x/%p", in fill_periodic_buffer() 595 p.fstn->hw_prev, p.fstn); in fill_periodic_buffer() 596 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer() 597 p = p.fstn->fstn_next; in fill_periodic_buffer() 3281 return &periodic->fstn->fstn_next; in periodic_next_shadow() 3358 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs() 3361 hw_p = &q->fstn->hw_next; in periodic_usecs() 3362 q = &q->fstn->fstn_next; in periodic_usecs()
|
Completed in 29 milliseconds