Home
last modified time | relevance | path

Searched refs:compat_length (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Dlists.c135 int compat_length, i; in lists_bind_fdt() local
144 compat_list = ofnode_get_property(node, "compatible", &compat_length); in lists_bind_fdt()
146 if (compat_length == -FDT_ERR_NOTFOUND) { in lists_bind_fdt()
153 return compat_length; in lists_bind_fdt()
161 for (i = 0; i < compat_length; i += strlen(compat) + 1) { in lists_bind_fdt()