Searched refs:for_each_rsnd_mod_arrays (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/sh/rcar/ |
D | rsnd.h | 451 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \ macro 455 for_each_rsnd_mod_arrays(iterator, pos, io, array, ARRAY_SIZE(array))
|
D | core.c | 558 for_each_rsnd_mod_arrays(i, mod, io, types, RSND_MOD_MAX) { \
|