Lines Matching refs:snd_pcm_access_t
39 static void test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_demuxer()
69 static int test_demux(struct mapper_trial *trial, snd_pcm_access_t access, in test_demux()
130 static void test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_muxer()
160 static int test_mux(struct mapper_trial *trial, snd_pcm_access_t access, in test_mux()
220 static int test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, in test_mapper()
279 static int test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_i_buf()
319 static int test_vector(struct mapper_trial *trial, snd_pcm_access_t access, in test_vector()
378 static int test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_n_buf()
406 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback()
412 int (*handler)(struct mapper_trial *trial, snd_pcm_access_t access, in callback()
447 snd_pcm_access_t access; in main()