Lines Matching +full:com +full:- +full:offset
1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2013-2014 Luc Verhaegen <libv@skynet.be>
6 * (C) Copyright 2014-2015 Hans de Goede <hdegoede@redhat.com>
14 int offset, ret; in sunxi_simplefb_fdt_match() local
17 offset = fdt_node_offset_by_compatible(blob, -1, in sunxi_simplefb_fdt_match()
18 "allwinner,simple-framebuffer"); in sunxi_simplefb_fdt_match()
19 while (offset >= 0) { in sunxi_simplefb_fdt_match()
20 ret = fdt_stringlist_search(blob, offset, "allwinner,pipeline", in sunxi_simplefb_fdt_match()
24 offset = fdt_node_offset_by_compatible(blob, offset, in sunxi_simplefb_fdt_match()
25 "allwinner,simple-framebuffer"); in sunxi_simplefb_fdt_match()
28 return offset; in sunxi_simplefb_fdt_match()