Lines Matching defs:buffer
1245 struct snd_info_buffer *buffer)
1256 snd_iprintf(buffer, "G%i: ", timer->tmr_device);
1259 snd_iprintf(buffer, "C%i-%i: ",
1263 snd_iprintf(buffer, "P%i-%i-%i: ", timer->card->number,
1267 snd_iprintf(buffer, "?%i-%i-%i-%i: ", timer->tmr_class,
1271 snd_iprintf(buffer, "%s :", timer->name);
1273 snd_iprintf(buffer, " %lu.%03luus (%lu ticks)",
1278 snd_iprintf(buffer, " SLAVE");
1279 snd_iprintf(buffer, "\n");
1281 snd_iprintf(buffer, " Client %s : %s\n",
2142 static ssize_t snd_timer_user_read(struct file *file, char __user *buffer,
2210 if (copy_to_user(buffer, tread,
2223 if (copy_to_user(buffer, &tread32, sizeof(tread32)))
2227 if (copy_to_user(buffer, &tu->queue[qhead],
2240 buffer += unit;