Searched refs:FOTG210_LIST_END (Results 1 – 2 of 2) sorted by relevance
363 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines()1806 qtd->hw_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()1807 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()1956 fotg210->periodic[i] = FOTG210_LIST_END(fotg210); in fotg210_mem_init()2035 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()2359 FOTG210_LIST_END(fotg210))) { in qh_completions()2409 FOTG210_LIST_END(fotg210))) in qh_completions()2478 if (stopped != 0 || hw->hw_qtd_next == FOTG210_LIST_END(fotg210)) { in qh_completions()2643 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_urb_transaction()3354 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs()[all …]
379 #define FOTG210_LIST_END(fotg210) \ macro