Searched refs:list_end (Results 1 – 5 of 5) sorted by relevance
370 struct channel_list_end_tlv list_end; member377 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()
378 __le32 list_end = FUSBH200_LIST_END(fusbh200); in qh_lines() local381 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()389 else if (hw->hw_alt_next == list_end) in qh_lines()419 else if (td->hw_alt_next != list_end) in qh_lines()
390 __le32 list_end = FOTG210_LIST_END(fotg210); in qh_lines() local393 if (hw->hw_qtd_next == list_end) /* NEC does this */ in qh_lines()401 else if (hw->hw_alt_next == list_end) in qh_lines()431 else if (td->hw_alt_next != list_end) in qh_lines()
1451 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local1461 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()1464 while (list < list_end) { in __of_parse_phandle_with_args()1508 if (list + count > list_end) { in __of_parse_phandle_with_args()