Lines Matching defs:io

442 #define for_each_rsnd_mod(iterator, pos, io)				\  argument
445 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \ argument
448 #define for_each_rsnd_mod_array(iterator, pos, io, array) \ argument
460 #define rsnd_runtime_channel_original(io) \ argument
464 #define rsnd_runtime_channel_after_ctu(io) \ argument
468 #define rsnd_runtime_channel_for_ssi(io) \ argument
512 #define rsnd_io_to_mod(io, i) ((i) < RSND_MOD_MAX ? (io)->mod[(i)] : NULL) argument
513 #define rsnd_io_to_mod_ssi(io) rsnd_io_to_mod((io), RSND_MOD_SSI) argument
514 #define rsnd_io_to_mod_ssiu(io) rsnd_io_to_mod((io), RSND_MOD_SSIU) argument
515 #define rsnd_io_to_mod_ssip(io) rsnd_io_to_mod((io), RSND_MOD_SSIP) argument
516 #define rsnd_io_to_mod_src(io) rsnd_io_to_mod((io), RSND_MOD_SRC) argument
517 #define rsnd_io_to_mod_ctu(io) rsnd_io_to_mod((io), RSND_MOD_CTU) argument
518 #define rsnd_io_to_mod_mix(io) rsnd_io_to_mod((io), RSND_MOD_MIX) argument
519 #define rsnd_io_to_mod_dvc(io) rsnd_io_to_mod((io), RSND_MOD_DVC) argument
520 #define rsnd_io_to_mod_cmd(io) rsnd_io_to_mod((io), RSND_MOD_CMD) argument
521 #define rsnd_io_to_rdai(io) ((io)->rdai) argument
522 #define rsnd_io_to_priv(io) (rsnd_rdai_to_priv(rsnd_io_to_rdai(io))) argument
523 #define rsnd_io_is_play(io) (&rsnd_io_to_rdai(io)->playback == io) argument
524 #define rsnd_io_to_runtime(io) ((io)->substream ? \ argument
526 #define rsnd_io_converted_rate(io) ((io)->converted_rate) argument
527 #define rsnd_io_converted_chan(io) ((io)->converted_chan) argument
723 struct rsnd_dai_stream *io; member
760 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
764 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
768 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
786 #define rsnd_ssi_is_pin_sharing(io) \ argument
817 #define rsnd_src_get_in_rate(priv, io) rsnd_src_get_rate(priv, io, 1) argument
818 #define rsnd_src_get_out_rate(priv, io) rsnd_src_get_rate(priv, io, 0) argument