Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dbootconfig.h91 struct xbc_node * __init xbc_node_find_child(struct xbc_node *parent,
129 return xbc_node_find_child(NULL, key); in xbc_find_node()
/kernel/linux/linux-5.10/lib/
H A Dbootconfig.c145 * xbc_node_find_child() - Find a child node which matches given key
154 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()
/kernel/linux/linux-5.10/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()

Completed in 3 milliseconds