list_end          381 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h 	struct channel_list_end_tlv	list_end;
list_end          388 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h 	struct channel_list_end_tlv	list_end;
list_end         1303 drivers/of/base.c 	it->list_end = list + size / sizeof(*list);
list_end         1320 drivers/of/base.c 	if (!it->cur || it->phandle_end >= it->list_end)
list_end         1368 drivers/of/base.c 		if (it->cur + count > it->list_end) {
list_end          381 drivers/usb/host/ehci-dbg.c 	__le32			list_end = EHCI_LIST_END(ehci);
list_end          384 drivers/usb/host/ehci-dbg.c 	if (hw->hw_qtd_next == list_end)	/* NEC does this */
list_end          392 drivers/usb/host/ehci-dbg.c 		else if (hw->hw_alt_next == list_end)
list_end          429 drivers/usb/host/ehci-dbg.c 			else if (td->hw_alt_next != list_end)
list_end          363 drivers/usb/host/fotg210-hcd.c 	__le32 list_end = FOTG210_LIST_END(fotg210);
list_end          366 drivers/usb/host/fotg210-hcd.c 	if (hw->hw_qtd_next == list_end) /* NEC does this */
list_end          374 drivers/usb/host/fotg210-hcd.c 		else if (hw->hw_alt_next == list_end)
list_end          404 drivers/usb/host/fotg210-hcd.c 			else if (td->hw_alt_next != list_end)
list_end           87 include/linux/of.h 	const __be32 *list_end;