Searched defs:of_get_property (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dbase.c63 ip = of_get_property(np, "#address-cells", NULL);
79 ip = of_get_property(np, "#size-cells", NULL);
288 const void *of_get_property(const struct device_node *np, const char *name, function
295 EXPORT_SYMBOL(of_get_property); variable
329 cell = of_get_property(cpun, prop_name, &prop_len);
1003 compatible = of_get_property(node, "compatible", &cplen);
1378 list = of_get_property(np, list_name, &size);
1828 const char *name = of_get_property(of_chosen, "stdout-path", NULL);
1830 name = of_get_property(of_chosen, "linux,stdout-path", NULL);
1832 name = of_get_property(of_aliase
[all...]

Completed in 59 milliseconds