Lines Matching defs:pos
1868 int channel, unsigned long pos,
1874 if (snd_BUG_ON(pos + count > RME9652_CHANNEL_BUFFER_BYTES))
1882 if (copy_from_user(channel_buf + pos, src, count))
1888 int channel, unsigned long pos,
1899 memcpy(channel_buf + pos, src, count);
1904 int channel, unsigned long pos,
1910 if (snd_BUG_ON(pos + count > RME9652_CHANNEL_BUFFER_BYTES))
1918 if (copy_to_user(dst, channel_buf + pos, count))
1924 int channel, unsigned long pos,
1935 memcpy(dst, channel_buf + pos, count);
1940 int channel, unsigned long pos,
1951 memset(channel_buf + pos, 0, count);