Searched refs:list_end (Results 1 – 5 of 5) sorted by relevance
381 struct channel_list_end_tlv list_end; member388 struct channel_list_end_tlv list_end; member
381 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines() local384 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()392 else if (hw->hw_alt_next == list_end) in qh_lines()429 else if (td->hw_alt_next != list_end) in qh_lines()
364 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local367 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()375 else if (hw->hw_alt_next == list_end) in qh_lines()405 else if (td->hw_alt_next != list_end) in qh_lines()
1286 it->list_end = list + size / sizeof(*list); in of_phandle_iterator_init()1303 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()1351 if (it->cur + count > it->list_end) { in of_phandle_iterator_next()
87 const __be32 *list_end; member
Completed in 34 milliseconds