Searched refs:dice_proc_read_mem (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/firewire/dice/ |
D | dice-proc.c | 12 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem() function 118 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read() 127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 171 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read() 175 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read() 197 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read() 201 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read() 225 if (dice_proc_read_mem(dice, &buf.ext_sync, in dice_proc_read()
|