Home
last modified time | relevance | path

Searched refs:xbc_node_find_child (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h113 struct xbc_node * __init xbc_node_find_child(struct xbc_node *parent,
151 return xbc_node_find_child(NULL, key); in xbc_find_node()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_boot.c232 node = xbc_node_find_child(node, "event"); in trace_boot_init_events()
314 node = xbc_node_find_child(node, "instance"); in trace_boot_init_instances()
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c154 xbc_node_find_child(struct xbc_node *parent, const char *key) in xbc_node_find_child() function
194 struct xbc_node *node = xbc_node_find_child(parent, key); in xbc_node_find_value()