Home
last modified time | relevance | path

Searched refs:debug_map_count (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/sound/soc/sof/intel/
Dapl.c64 .debug_map_count = ARRAY_SIZE(apl_dsp_debugfs),
Dtgl.c59 .debug_map_count = ARRAY_SIZE(tgl_dsp_debugfs),
Dbyt.c624 .debug_map_count = ARRAY_SIZE(byt_debugfs),
865 .debug_map_count = ARRAY_SIZE(byt_debugfs),
944 .debug_map_count = ARRAY_SIZE(cht_debugfs),
Dcnl.c269 .debug_map_count = ARRAY_SIZE(cnl_dsp_debugfs),
Dbdw.c628 .debug_map_count = ARRAY_SIZE(bdw_debugfs),
/Linux-v5.10/sound/soc/sof/
Dsof-priv.h227 int debug_map_count; /* optional */ member
Ddebug.c643 for (i = 0; i < ops->debug_map_count; i++) { in snd_sof_dbg_init()