__of_get_property
status = __of_get_property(device, "status", &statlen);
return !__of_get_property(device, "status", NULL) ||
match = __of_get_property(np, "device_type", &len);
np->name = __of_get_property(np, "name", NULL);
phandle = __of_get_property(np, "phandle", &sz);
phandle = __of_get_property(np, "linux,phandle", &sz);
phandle = __of_get_property(np, "ibm,phandle", &sz);
extern const void *__of_get_property(const struct device_node *np,
tchild->name = __of_get_property(node, "name", NULL);
phandle = __of_get_property(node, "phandle", &size);