Searched refs:dice_proc_read_mem (Results 1 - 1 of 1) sorted by path

/linux-master/sound/firewire/dice/
H A Ddice-proc.c11 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, function
117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0)
126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0)
170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0)
174 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 +
196 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0)
200 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 +
224 if (dice_proc_read_mem(dice, &buf.ext_sync,

Completed in 332 milliseconds