Searched refs:in_kernel (Results 1 – 3 of 3) sorted by relevance
/sound/core/oss/ |
D | pcm_plugin.h | 160 int in_kernel); 162 char *ptr, snd_pcm_uframes_t size, int in_kernel); 165 int in_kernel); 168 int in_kernel);
|
D | pcm_oss.c | 1154 …ite3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_write3() argument 1171 if (in_kernel) { in snd_pcm_oss_write3() 1189 …_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_read3() argument 1214 if (in_kernel) { in snd_pcm_oss_read3() 1236 …_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_writev3() argument 1253 if (in_kernel) { in snd_pcm_oss_writev3() 1272 …s_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_readv3() argument 1293 if (in_kernel) { in snd_pcm_oss_readv3() 1307 …d_pcm_oss_write2(struct snd_pcm_substream *substream, const char *buf, size_t bytes, int in_kernel) in snd_pcm_oss_write2() argument 1315 if (!in_kernel) { in snd_pcm_oss_write2() [all …]
|
/sound/core/seq/ |
D | seq_memory.c | 144 int in_kernel, int size_aligned) in snd_seq_expand_var_event() argument 158 if (! in_kernel) in snd_seq_expand_var_event() 165 in_kernel ? (snd_seq_dump_func_t)seq_copy_in_kernel : in snd_seq_expand_var_event()
|