Searched refs:rt_ofw_prop_read_string (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/phy/ |
| A D | ofw.c | 73 if (rt_ofw_prop_read_string(np, "phy-mode", &phy_mode)) in rt_ofw_get_interface() 74 rt_ofw_prop_read_string(np, "phy-connection-type", &phy_mode); in rt_ofw_get_interface() 115 ret = rt_ofw_prop_read_string(np,"compatible",&phy_id); in rt_ofw_get_phyid()
|
| /components/drivers/led/ |
| A D | led-gpio.c | 116 if (!rt_ofw_prop_read_string(np, "default-state", &state)) in ofw_append_gpio_led() 126 if (!rt_ofw_prop_read_string(np, propname, &trigger)) in ofw_append_gpio_led()
|
| /components/drivers/clk/ |
| A D | clk-fixed-rate.c | 26 rt_ofw_prop_read_string(np, "clock-output-names", &clk_name); in fixed_clk_ofw_init()
|
| /components/drivers/ofw/ |
| A D | ofw.c | 308 if (err == -RT_ENOSYS && !rt_ofw_prop_read_string(ofw_node_chosen, "stdout-path", &stdout_path)) in rt_ofw_console_setup() 370 (bootargs_nr = 0, !rt_ofw_prop_read_string(ofw_node_chosen, "bootargs", &bootargs)) && in rt_ofw_bootargs_select()
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 317 rt_inline rt_err_t rt_ofw_prop_read_string(const struct rt_ofw_node *np, const char *propname, in rt_ofw_prop_read_string() function
|
| /components/drivers/thermal/ |
| A D | thermal.c | 136 rt_ofw_prop_read_string(trip_np, "type", &type); in thermal_ofw_setup()
|
Completed in 8 milliseconds