Searched refs:list_end (Results 1 – 4 of 4) sorted by relevance
381 struct channel_list_end_tlv list_end; member388 struct channel_list_end_tlv list_end; member
421 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines() local424 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()432 else if (hw->hw_alt_next == list_end) in qh_lines()463 else if (td->hw_alt_next != list_end) in qh_lines()
374 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local377 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()385 else if (hw->hw_alt_next == list_end) in qh_lines()415 else if (td->hw_alt_next != list_end) in qh_lines()
1448 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local1458 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()1461 while (list < list_end) { in __of_parse_phandle_with_args()1505 if (list + count > list_end) { in __of_parse_phandle_with_args()