Searched refs:xbc_node_find_value (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_boot.c | 43 p = xbc_node_find_value(node, "tracing_on", NULL); in trace_boot_set_instance_options() 53 p = xbc_node_find_value(node, "trace_clock", NULL); in trace_boot_set_instance_options() 59 p = xbc_node_find_value(node, "buffer_size", NULL); in trace_boot_set_instance_options() 68 p = xbc_node_find_value(node, "cpumask", NULL); in trace_boot_set_instance_options() 200 p = xbc_node_find_value(enode, "filter", NULL); in trace_boot_init_one_event() 215 } else if (xbc_node_find_value(enode, "actions", NULL)) in trace_boot_init_one_event() 218 if (xbc_node_find_value(enode, "enable", NULL)) { in trace_boot_init_one_event() 285 p = xbc_node_find_value(node, "tracer", NULL); in trace_boot_enable_tracer() 292 if (xbc_node_find_value(node, "alloc_snapshot", NULL)) { in trace_boot_enable_tracer()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bootconfig.h | 116 const char * __init xbc_node_find_value(struct xbc_node *parent, 139 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value() 225 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bootconfig.c | 191 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() function
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bootconfig.rst | 243 value = xbc_node_find_value(root, "option", &vnode);
|