Searched refs:__of_get_property (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | dynamic.c | 208 np->name = __of_get_property(np, "name", NULL); in __of_attach_node() 212 phandle = __of_get_property(np, "phandle", &sz); in __of_attach_node() 214 phandle = __of_get_property(np, "linux,phandle", &sz); in __of_attach_node() 216 phandle = __of_get_property(np, "ibm,phandle", &sz); in __of_attach_node()
|
H A D | of_private.h | 134 extern const void *__of_get_property(const struct device_node *np,
|
H A D | base.c | 84 const char *match = __of_get_property(np, "device_type", NULL); in __of_node_is_type() 269 const void *__of_get_property(const struct device_node *np, in __of_get_property() function 434 status = __of_get_property(device, "status", &statlen); in __of_device_is_available() 482 status = __of_get_property(device, "status", NULL); in __of_device_is_fail()
|
H A D | overlay.c | 426 tchild->name = __of_get_property(node, "name", NULL); in add_changeset_node() 432 phandle = __of_get_property(node, "phandle", &size); in add_changeset_node()
|