Searched refs:rt_ofw_get_prop (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | ofw.h | 221 struct rt_ofw_prop *rt_ofw_get_prop(const struct rt_ofw_node *np, const char *name, rt_ssize_t *out… 225 struct rt_ofw_prop *prop = rt_ofw_get_prop(np, name, out_length); in rt_ofw_prop_read_raw() 325 return rt_ofw_get_prop(np, propname, RT_NULL) ? RT_TRUE : RT_FALSE; in rt_ofw_prop_read_bool() 419 for (prop = rt_ofw_get_prop(np, propname, RT_NULL), \ 424 for (prop = rt_ofw_get_prop(np, propname, RT_NULL), \
|
| /components/drivers/core/ |
| A D | platform_ofw.c | 135 compat_prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in platform_ofw_device_probe_once() 192 rt_ofw_get_prop(np, "compatible", RT_NULL) && in rt_platform_ofw_device_probe_child()
|
| /components/drivers/ofw/ |
| A D | io.c | 89 if (rt_ofw_get_prop(np, "reg", &len)) in rt_ofw_get_address_count() 356 prop = rt_ofw_get_prop(np, range_type, &len); in rt_ofw_translate_address() 425 prop = rt_ofw_get_prop(np, range_type, &len); in rt_ofw_reverse_address()
|
| A D | base.c | 347 struct rt_ofw_prop *prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in ofw_node_index_of_compatible() 471 if (np && ids && (prop = rt_ofw_get_prop(np, "compatible", RT_NULL))) in rt_ofw_node_match() 506 struct rt_ofw_prop *prop = rt_ofw_get_prop(np, propname, RT_NULL); in rt_ofw_find_node_by_prop_r() 1578 if (rt_ofw_get_prop(np, list_name, &length)) in rt_ofw_count_phandle_cells() 1767 struct rt_ofw_prop *rt_ofw_get_prop(const struct rt_ofw_node *np, const char *name, rt_ssize_t *out… in rt_ofw_get_prop() function 1884 if (rt_ofw_get_prop(np, propname, &len)) in rt_ofw_prop_count_of_size() 1908 struct rt_ofw_prop *prop = rt_ofw_get_prop(np, propname, RT_NULL); in rt_ofw_prop_index_of_string()
|
| A D | ofw.c | 33 struct rt_ofw_prop *compat_prop = rt_ofw_get_prop(np, "compatible", RT_NULL); in rt_ofw_stub_probe_range()
|
| /components/drivers/clk/ |
| A D | clk.c | 1401 prop = rt_ofw_get_prop(clk_ofw_np, "clock-indices", RT_NULL); in rt_ofw_count_of_clk() 1423 if ((prop = rt_ofw_get_prop(clk_ofw_np, "clock-output-names", &len))) in rt_ofw_count_of_clk()
|
Completed in 17 milliseconds