Searched refs:comp_p (Results 1 – 1 of 1) sorted by relevance
/sof-2.7.6/src/include/sof/audio/ |
D | component.h | 134 #define trace_comp_get_tr_ctx(comp_p) (&(comp_p)->tctx) argument 137 #define trace_comp_get_id(comp_p) ((comp_p)->ipc_config.pipeline_id) argument 140 #define trace_comp_get_subid(comp_p) ((comp_p)->ipc_config.id) argument 179 #define comp_err(comp_p, __e, ...) \ argument 181 trace_comp_get_subid, comp_p, __e, ##__VA_ARGS__) 184 #define comp_warn(comp_p, __e, ...) \ argument 186 trace_comp_get_subid, comp_p, __e, ##__VA_ARGS__) 189 #define comp_info(comp_p, __e, ...) \ argument 191 trace_comp_get_subid, comp_p, __e, ##__VA_ARGS__) 194 #define comp_dbg(comp_p, __e, ...) \ argument [all …]
|