Lines Matching refs:in_kernel
1250 …ite3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_write3() argument
1267 if (in_kernel) { in snd_pcm_oss_write3()
1285 …_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_read3() argument
1310 if (in_kernel) { in snd_pcm_oss_read3()
1332 …_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_writev3() argument
1349 if (in_kernel) { in snd_pcm_oss_writev3()
1368 …s_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) in snd_pcm_oss_readv3() argument
1389 if (in_kernel) { in snd_pcm_oss_readv3()
1403 …d_pcm_oss_write2(struct snd_pcm_substream *substream, const char *buf, size_t bytes, int in_kernel) in snd_pcm_oss_write2() argument
1411 if (!in_kernel) { in snd_pcm_oss_write2()
1428 frames1 = snd_pcm_oss_write3(substream, buf, frames, in_kernel); in snd_pcm_oss_write2()
1513 …ze_t snd_pcm_oss_read2(struct snd_pcm_substream *substream, char *buf, size_t bytes, int in_kernel) in snd_pcm_oss_read2() argument
1522 if (!in_kernel) in snd_pcm_oss_read2()
1532 if (!in_kernel && copy_to_user(final_dst, buf, bytes)) in snd_pcm_oss_read2()
1538 frames1 = snd_pcm_oss_read3(substream, buf, frames, in_kernel); in snd_pcm_oss_read2()