Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dirq.c273 ic_np = rt_ofw_find_node_by_phandle(ic_phandle); in ofw_parse_irq_map()
504 struct rt_ofw_node *ic_np = rt_ofw_find_node_by_phandle(ic_phandle); in rt_ofw_find_irq_parent()
623 rt_uint64_t cpuid = rt_ofw_get_cpu_id(rt_ofw_find_node_by_phandle(cpu_phandle)); in rt_ofw_get_irq()
A Dbase.c658 struct rt_ofw_node *rt_ofw_find_node_by_phandle(rt_phandle phandle) in rt_ofw_find_node_by_phandle() function
985 np = rt_ofw_find_node_by_phandle((rt_phandle)phandle); in rt_ofw_get_cpu_state_node()
1263 phandle_node = rt_ofw_find_node_by_phandle((rt_phandle)phandle); in ofw_map_id()
1515 struct rt_ofw_node *phandle_np = rt_ofw_find_node_by_phandle((rt_phandle)value); in ofw_parse_phandle_cells()
/components/drivers/pinctrl/
A Dpinctrl.c36 conf_np = pinctrl_np = rt_ofw_find_node_by_phandle(phandle); in ofw_pin_ctrl_confs_apply()
/components/drivers/regulator/
A Dregulator.c524 if (!(np = rt_ofw_find_node_by_phandle(parent_phandle))) in regulator_check_parent()
570 if (!(np = rt_ofw_find_node_by_phandle(supply_phandle))) in rt_regulator_get()
/components/drivers/include/drivers/
A Dofw.h180 struct rt_ofw_node *rt_ofw_find_node_by_phandle(rt_phandle phandle);
/components/drivers/dma/
A Ddma_pool.c184 if (!(mem_np = rt_ofw_find_node_by_phandle(phandle))) in ofw_device_dma_ops()

Completed in 12 milliseconds