Searched refs:graph_ret (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/generic/ |
| H A D | audio-graph-card2.c | 237 #define graph_ret(priv, ret) _graph_ret(priv, __func__, ret) macro 499 return graph_ret(priv, ret); in __graph_parse_node() 590 return graph_ret(priv, ret); in graph_parse_node_multi_nm() 654 return graph_ret(priv, ret); in graph_parse_node_multi() 662 return graph_ret(priv, __graph_parse_node(priv, gtype, ep, li, is_cpu, 0)); in graph_parse_node_single() 678 return graph_ret(priv, ret); in graph_parse_node() 868 return graph_ret(priv, ret); in audio_graph2_link_normal() 961 return graph_ret(priv, ret); in audio_graph2_link_dpcm() 1012 return graph_ret(priv, -ENOMEM); in audio_graph2_link_c2c() 1050 return graph_ret(priv, ret); in audio_graph2_link_c2c() [all …]
|
| H A D | audio-graph-card.c | 23 #define graph_ret(priv, ret) _graph_ret(priv, __func__, ret) macro 131 return graph_ret(priv, ret); in graph_parse_node() 193 return graph_ret(priv, ret); in graph_link_init() 278 return graph_ret(priv, ret); in graph_dai_link_of_dpcm() 316 return graph_ret(priv, ret); in graph_dai_link_of() 399 return graph_ret(priv, ret); in __graph_for_each_link() 432 return graph_ret(priv, ret); in graph_for_each_link() 461 return graph_ret(priv, ret); in graph_count_noml() 494 return graph_ret(priv, ret); in graph_count_dpcm()
|
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 873 struct ftrace_graph_ret *graph_ret, void *func, in print_graph_retval() argument 883 retval = graph_ret->retval; in print_graph_retval() 954 struct ftrace_graph_ret *graph_ret; in print_graph_entry_leaf() local 964 graph_ret = &ret_entry->ret; in print_graph_entry_leaf() 993 ret_func = graph_ret->func + iter->tr->text_delta; in print_graph_entry_leaf() 999 print_graph_retval(s, entry, graph_ret, in print_graph_entry_leaf() 1000 (void *)graph_ret->func + iter->tr->text_delta, in print_graph_entry_leaf() 1013 print_graph_irq(iter, graph_ret->func, TRACE_GRAPH_RET, in print_graph_entry_leaf()
|