tx_rx_header 75 sound/firewire/dice/dice-proc.c } tx_rx_header; tx_rx_header 170 sound/firewire/dice/dice-proc.c if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) tx_rx_header 172 sound/firewire/dice/dice-proc.c quadlets = min_t(u32, tx_rx_header.size, sizeof(buf.tx) / 4); tx_rx_header 173 sound/firewire/dice/dice-proc.c for (stream = 0; stream < tx_rx_header.number; ++stream) { tx_rx_header 175 sound/firewire/dice/dice-proc.c stream * tx_rx_header.size, tx_rx_header 196 sound/firewire/dice/dice-proc.c if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) tx_rx_header 198 sound/firewire/dice/dice-proc.c quadlets = min_t(u32, tx_rx_header.size, sizeof(buf.rx) / 4); tx_rx_header 199 sound/firewire/dice/dice-proc.c for (stream = 0; stream < tx_rx_header.number; ++stream) { tx_rx_header 201 sound/firewire/dice/dice-proc.c stream * tx_rx_header.size,