Home
last modified time | relevance | path

Searched refs:rt_ofw_prop_read_string (Results 1 – 6 of 6) sorted by relevance

/components/drivers/phy/
A Dofw.c73 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 Dled-gpio.c116 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 Dclk-fixed-rate.c26 rt_ofw_prop_read_string(np, "clock-output-names", &clk_name); in fixed_clk_ofw_init()
/components/drivers/ofw/
A Dofw.c308 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 Dofw.h317 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 Dthermal.c136 rt_ofw_prop_read_string(trip_np, "type", &type); in thermal_ofw_setup()

Completed in 8 milliseconds