Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h177 int of_device_is_compatible(const struct device_node *np, const char *compat,
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c223 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 Ddevice.c819 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 Dbrcmnand.c2669 if (of_device_is_compatible(child, "brcm,nandcs")) { in brcmnand_probe()