Searched refs:__of_get_property (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/of/ |
H A D | dynamic.c | 209 np->name = __of_get_property(np, "name", NULL); in __of_attach_node() 213 phandle = __of_get_property(np, "phandle", &sz); in __of_attach_node() 215 phandle = __of_get_property(np, "linux,phandle", &sz); in __of_attach_node() 217 phandle = __of_get_property(np, "ibm,phandle", &sz); in __of_attach_node()
|
H A D | of_private.h | 139 extern const void *__of_get_property(const struct device_node *np,
|
H A D | base.c | 85 const char *match = __of_get_property(np, "device_type", NULL); in __of_node_is_type() 287 const void *__of_get_property(const struct device_node *np, in __of_get_property() function 446 status = __of_get_property(device, "status", &statlen); in __of_device_is_status() 483 return !__of_get_property(device, "status", NULL) || in __of_device_is_available()
|
H A D | overlay.c | 422 tchild->name = __of_get_property(node, "name", NULL); in add_changeset_node() 428 phandle = __of_get_property(node, "phandle", &size); in add_changeset_node()
|