channel_buf      3901 sound/pci/rme9652/hdsp.c 	char *channel_buf;
channel_buf      3906 sound/pci/rme9652/hdsp.c 	channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
channel_buf      3907 sound/pci/rme9652/hdsp.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      3909 sound/pci/rme9652/hdsp.c 	if (copy_from_user(channel_buf + pos, src, count))
channel_buf      3919 sound/pci/rme9652/hdsp.c 	char *channel_buf;
channel_buf      3921 sound/pci/rme9652/hdsp.c 	channel_buf = hdsp_channel_buffer_location(hdsp, substream->pstr->stream, channel);
channel_buf      3922 sound/pci/rme9652/hdsp.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      3924 sound/pci/rme9652/hdsp.c 	memcpy(channel_buf + pos, src, count);
channel_buf      3933 sound/pci/rme9652/hdsp.c 	char *channel_buf;
channel_buf      3938 sound/pci/rme9652/hdsp.c 	channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
channel_buf      3939 sound/pci/rme9652/hdsp.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      3941 sound/pci/rme9652/hdsp.c 	if (copy_to_user(dst, channel_buf + pos, count))
channel_buf      3951 sound/pci/rme9652/hdsp.c 	char *channel_buf;
channel_buf      3953 sound/pci/rme9652/hdsp.c 	channel_buf = hdsp_channel_buffer_location(hdsp, substream->pstr->stream, channel);
channel_buf      3954 sound/pci/rme9652/hdsp.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      3956 sound/pci/rme9652/hdsp.c 	memcpy(dst, channel_buf + pos, count);
channel_buf      3965 sound/pci/rme9652/hdsp.c 	char *channel_buf;
channel_buf      3967 sound/pci/rme9652/hdsp.c 	channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
channel_buf      3968 sound/pci/rme9652/hdsp.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      3970 sound/pci/rme9652/hdsp.c 	memset(channel_buf + pos, 0, count);
channel_buf      1876 sound/pci/rme9652/rme9652.c 	char *channel_buf;
channel_buf      1881 sound/pci/rme9652/rme9652.c 	channel_buf = rme9652_channel_buffer_location (rme9652,
channel_buf      1884 sound/pci/rme9652/rme9652.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      1886 sound/pci/rme9652/rme9652.c 	if (copy_from_user(channel_buf + pos, src, count))
channel_buf      1896 sound/pci/rme9652/rme9652.c 	char *channel_buf;
channel_buf      1898 sound/pci/rme9652/rme9652.c 	channel_buf = rme9652_channel_buffer_location(rme9652,
channel_buf      1901 sound/pci/rme9652/rme9652.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      1903 sound/pci/rme9652/rme9652.c 	memcpy(channel_buf + pos, src, count);
channel_buf      1912 sound/pci/rme9652/rme9652.c 	char *channel_buf;
channel_buf      1917 sound/pci/rme9652/rme9652.c 	channel_buf = rme9652_channel_buffer_location (rme9652,
channel_buf      1920 sound/pci/rme9652/rme9652.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      1922 sound/pci/rme9652/rme9652.c 	if (copy_to_user(dst, channel_buf + pos, count))
channel_buf      1932 sound/pci/rme9652/rme9652.c 	char *channel_buf;
channel_buf      1934 sound/pci/rme9652/rme9652.c 	channel_buf = rme9652_channel_buffer_location(rme9652,
channel_buf      1937 sound/pci/rme9652/rme9652.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      1939 sound/pci/rme9652/rme9652.c 	memcpy(dst, channel_buf + pos, count);
channel_buf      1948 sound/pci/rme9652/rme9652.c 	char *channel_buf;
channel_buf      1950 sound/pci/rme9652/rme9652.c 	channel_buf = rme9652_channel_buffer_location (rme9652,
channel_buf      1953 sound/pci/rme9652/rme9652.c 	if (snd_BUG_ON(!channel_buf))
channel_buf      1955 sound/pci/rme9652/rme9652.c 	memset(channel_buf + pos, 0, count);