Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfotg210-hcd.c390 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines()
1891 qtd->hw_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
1892 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2048 fotg210->periodic[i] = FOTG210_LIST_END(fotg210); in fotg210_mem_init()
2136 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2471 & FOTG210_LIST_END(fotg210))) { in qh_completions()
2521 & FOTG210_LIST_END(fotg210))) in qh_completions()
2590 if (stopped != 0 || hw->hw_qtd_next == FOTG210_LIST_END(fotg210)) { in qh_completions()
2773 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_urb_transaction()
3513 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs()
[all …]
Dfotg210.h371 #define FOTG210_LIST_END(fotg210) \ macro