Searched refs:of_device_is_compatible (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | of_access.h | 177 int of_device_is_compatible(const struct device_node *np, const char *compat,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 223 int of_device_is_compatible(const struct device_node *device, in of_device_is_compatible() function 404 if (of_device_is_compatible(np, compatible, type, NULL) && in of_find_compatible_node()
|
| H A D | device.c | 819 return of_device_is_compatible(ofnode_to_np(node), compat, NULL, NULL); in device_is_compatible()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 2669 if (of_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()
|