Searched refs:fdt_stringlist_count (Results 1 – 3 of 3) sorted by relevance
584 count = fdt_stringlist_count(fdt, nodeoffset, "compatible"); in dt_driver_probe_device_by_node()778 count = fdt_stringlist_count(fdt, node, "compatible"); in dt_driver_maybe_add_probe_node()
1087 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
709 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() function