Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 9 of 9) sorted by relevance

/components/drivers/core/
A Dplatform_ofw.c62 const char *node_name = rt_fdt_node_name(np->full_name); in ofw_device_rename()
80 rt_fdt_node_name(np->full_name), dev_name); in ofw_device_rename()
126 LOG_D("%s found in %s", np->full_name, parent_np->full_name); in platform_ofw_device_probe_once()
154 LOG_E("%s bus probe fail", np->full_name); in platform_ofw_device_probe_once()
178 LOG_D("%s register to bus", np->full_name); in platform_ofw_device_probe_once()
245 LOG_D("%s register to bus", np->full_name); in rt_platform_ofw_request()
/components/drivers/ofw/
A Dirq.c173 LOG_D("%s property %s is undefined", np->full_name, "#address-cells"); in ofw_parse_irq_map()
180 LOG_D("%s property %s is undefined", np->full_name, "#interrupt-cells"); in ofw_parse_irq_map()
187 LOG_D("%s property %s is undefined", np->full_name, "interrupt-map"); in ofw_parse_irq_map()
194 LOG_D("%s property %s is undefined", np->full_name, "interrupt-map-mask"); in ofw_parse_irq_map()
277 LOG_D("%s irq parent phandle = %d is not found", np->full_name, ic_phandle); in ofw_parse_irq_map()
284 LOG_D("%s property %s is undefined", ic_np->full_name, "#address-cells"); in ofw_parse_irq_map()
298 LOG_D("%s property %s is undefined", ic_np->full_name, "#interrupt-cells"); in ofw_parse_irq_map()
557 LOG_E("Master pic %s not support", ic_np->full_name); in ofw_map_irq()
633 LOG_W("%s irq affinity init fail", np->full_name); in rt_ofw_get_irq()
A Dbase.c215 LOG_E("%s is system node", np->full_name); in ofw_node_destroy()
255 LOG_D("%s get ref = %d", np->full_name, rt_ref_read(&np->ref)); in rt_ofw_node_get()
266 LOG_E("%s is release", np->full_name); in ofw_node_release()
276 LOG_D("%s put ref = %d", np->full_name, rt_ref_read(&np->ref)); in rt_ofw_node_put()
287 const char *node_name = rt_fdt_node_name(np->full_name); in rt_ofw_node_tag_equ()
628 if (!rt_strncmp(np->full_name, path, len)) in rt_ofw_find_node_by_path()
1252 np->full_name, map_name, map_mask_name, map_mask, id_base); in ofw_map_id()
1294 np->full_name, map_name, map_mask_name, map_mask, in ofw_map_id()
1302 LOG_I("%s: No %s translation for id(0x%x) on %s", np->full_name, map_name, in ofw_map_id()
1364 if (full_name) in rt_ofw_append_child()
[all …]
A Dofw.c176 ofw_name = np->full_name; in ofw_console_serial_find()
521 rt_kputs(np->full_name); in ofw_node_dump_dts()
710 rt_kprintf("%s%s%s\n", argv[2], split, np->full_name); in ofw_dts()
A Dfdt.c46 const char *rt_fdt_node_name(const char *full_name) in rt_fdt_node_name() argument
48 const char *node_name = strrchr(full_name, '/'); in rt_fdt_node_name()
50 return node_name ? node_name + 1 : full_name; in rt_fdt_node_name()
959 np->full_name = fdt_get_name(_fdt, node_off, RT_NULL); in fdt_unflatten_single()
A Dio.c297 np->full_name, child_address_cells, child_size_cells, parent_address_cells); in ofw_bus_ranges()
/components/drivers/include/drivers/
A Dofw_fdt.h55 const char *rt_fdt_node_name(const char *full_name);
A Dofw.h36 const char *full_name; member
155 return np ? np->full_name : "<no-node>"; in rt_ofw_node_full_name()
212 struct rt_ofw_node *rt_ofw_append_child(struct rt_ofw_node *parent, const char *full_name);
/components/drivers/clk/
A Dclk.c1236 clk = clk_create(clk_np, np->full_name, name, &clk_args, np); in ofw_get_clk_no_lock()

Completed in 65 milliseconds