Home
last modified time | relevance | path

Searched refs:rt_ofw_parse_phandle_cells (Results 1 – 14 of 14) sorted by relevance

/components/drivers/iio/
A Diio.c21 if (!rt_ofw_parse_phandle_cells(np, "io-channels", "#io-channel-cells", index, &iio_args)) in ofw_iio_channel_get_by_index()
/components/drivers/pin/
A Ddev_pin_ofw.c48 pin = rt_ofw_parse_phandle_cells(np, gpios_name, "#gpio-cells", index, &pin_args); in rt_ofw_get_named_pin()
/components/drivers/phye/
A Dphye.c245 if (!rt_ofw_parse_phandle_cells(np, "phys", "#phy-cells", index, &phye_args)) in ofw_phye_get_by_index()
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c177 if (rt_ofw_parse_phandle_cells(np, "pwms", "#pwm-cells", 0, &pwm_args)) in pwm_fan_cool_probe()
A Dthermal.c82 … if (!rt_ofw_parse_phandle_cells(tz_np, "thermal-sensors", "#thermal-sensor-cells", 0, &args)) in thermal_ofw_setup()
196 if (rt_ofw_parse_phandle_cells(cm_np, "cooling-device", "#cooling-cells", c, &args)) in thermal_ofw_setup()
/components/drivers/mailbox/
A Dmailbox.c244 err = rt_ofw_parse_phandle_cells(np, "mboxes", "#mbox-cells", index, &args); in rt_mbox_request_by_index()
/components/drivers/reset/
A Dreset.c334 if (!rt_ofw_parse_phandle_cells(np, "resets", "#reset-cells", index, &reset_args)) in ofw_get_reset_control()
/components/drivers/ofw/
A Dirq.c394 …err = rt_ofw_parse_phandle_cells(np, "interrupts-extended", "#interrupt-cells", index, out_irq_arg… in ofw_parse_irq_cells()
A Dbase.c960 …rt_err_t err = rt_ofw_parse_phandle_cells(cpu_np, "power-domains", "#power-domain-cells", 0, &args… in rt_ofw_get_cpu_state_node()
1465 if (!rt_ofw_parse_phandle_cells(np, phandle_name, RT_NULL, index, &args)) in rt_ofw_parse_phandle()
1549 rt_err_t rt_ofw_parse_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char… in rt_ofw_parse_phandle_cells() function
/components/drivers/core/
A Dpower_domain.c276 if (!rt_ofw_parse_phandle_cells(np, "power-domains", "#power-domain-cells", in ofw_find_power_domain()
/components/drivers/dma/
A Ddma.c470 if (!rt_ofw_parse_phandle_cells(np, "dmas", "#dma-cells", index, args)) in ofw_find_dma_controller()
/components/drivers/include/drivers/
A Dofw.h216 rt_err_t rt_ofw_parse_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char…
/components/drivers/clk/
A Dclk.c1196 if (!rt_ofw_parse_phandle_cells(np, "clocks", "#clock-cells", index, &clk_args)) in ofw_get_clk_no_lock()
/components/drivers/pic/
A Dpic-gicv3-its.c730 rt_err_t err = rt_ofw_parse_phandle_cells(pdev->parent.ofw_node, in gicv3_its_irq_alloc_msi()

Completed in 22 milliseconds