Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dlists.c194 int compat_length, i; in lists_bind_fdt() local
203 compat_list = ofnode_get_property(node, "compatible", &compat_length); in lists_bind_fdt()
205 if (compat_length == -FDT_ERR_NOTFOUND) { in lists_bind_fdt()
212 return compat_length; in lists_bind_fdt()
220 for (i = 0; i < compat_length; i += strlen(compat) + 1) { in lists_bind_fdt()

Completed in 2 milliseconds