Searched refs:list_end (Results 1 – 7 of 7) sorted by relevance
577 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local588 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()591 while (list < list_end) { in __of_parse_phandle_with_args()634 if (list + count > list_end) { in __of_parse_phandle_with_args()
381 struct channel_list_end_tlv list_end; member388 struct channel_list_end_tlv list_end; member
1131 it->list_end = list + size / sizeof(*list); in of_phandle_iterator_init()1148 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next()1196 if (it->cur + count > it->list_end) { in of_phandle_iterator_next()1200 count, it->list_end - it->cur); in of_phandle_iterator_next()1204 count, it->list_end - it->cur); in of_phandle_iterator_next()
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()
744 const __be32 *list, *list_end; in fdtdec_parse_phandle_with_args() local754 list_end = list + size / sizeof(*list); in fdtdec_parse_phandle_with_args()757 while (list < list_end) { in fdtdec_parse_phandle_with_args()807 if (list + count > list_end) { in fdtdec_parse_phandle_with_args()
363 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local366 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()374 else if (hw->hw_alt_next == list_end) in qh_lines()404 else if (td->hw_alt_next != list_end) in qh_lines()
84 const __be32 *list_end; member