Lines Matching refs:of_get_property
64 ip = of_get_property(np, "#address-cells", NULL); in of_n_addr_cells()
80 ip = of_get_property(np, "#size-cells", NULL); in of_n_size_cells()
302 const void *of_get_property(const struct device_node *np, const char *name, in of_get_property() function
309 EXPORT_SYMBOL(of_get_property);
343 cell = of_get_property(cpun, prop_name, &prop_len); in __of_find_n_match_cpu_property()
1046 compatible = of_get_property(node, "compatible", &cplen); in of_modalias_node()
1455 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args()
1905 const char *name = of_get_property(of_chosen, "stdout-path", NULL); in of_alias_scan()
1907 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in of_alias_scan()
1909 name = of_get_property(of_aliases, "stdout", NULL); in of_alias_scan()
2081 handle = of_get_property(np, "l2-cache", NULL); in of_find_next_cache_node()
2083 handle = of_get_property(np, "next-level-cache", NULL); in of_find_next_cache_node()