Searched refs:of_device_is_compatible (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/dm/ |
A D | of_access.h | 176 int of_device_is_compatible(const struct device_node *np, const char *compat,
|
/u-boot/drivers/core/ |
A D | of_access.c | 226 int of_device_is_compatible(const struct device_node *device, in of_device_is_compatible() function 407 if (of_device_is_compatible(np, compatible, type, NULL) && in of_find_compatible_node()
|
A D | ofnode.c | 942 return of_device_is_compatible(ofnode_to_np(node), compat, in ofnode_device_is_compatible()
|
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.c | 2663 if (of_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()
|
Completed in 13 milliseconds