Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Dlists.c134 int compat_length, i; in lists_bind_fdt() local
143 compat_list = ofnode_get_property(node, "compatible", &compat_length); in lists_bind_fdt()
145 if (compat_length == -FDT_ERR_NOTFOUND) { in lists_bind_fdt()
152 return compat_length; in lists_bind_fdt()
160 for (i = 0; i < compat_length; i += strlen(compat) + 1) { in lists_bind_fdt()