clock_caps        107 sound/firewire/dice/dice-extension.c 		if (!(cap & dice->clock_caps))
clock_caps         87 sound/firewire/dice/dice-proc.c 			u32 clock_caps;
clock_caps        158 sound/firewire/dice/dice-proc.c 			if (buf.global.clock_caps & (1 << i))
clock_caps        161 sound/firewire/dice/dice-proc.c 			if (buf.global.clock_caps & (1 << (16 + i)))
clock_caps         48 sound/firewire/dice/dice-stream.c 		if (!(dice->clock_caps & BIT(i)))
clock_caps        325 sound/firewire/dice/dice-transaction.c 		dice->clock_caps = 1;
clock_caps         74 sound/firewire/dice/dice.c 	if (dice->clock_caps > 0) {
clock_caps         80 sound/firewire/dice/dice.c 		dice->clock_caps = be32_to_cpu(value);
clock_caps         83 sound/firewire/dice/dice.c 		dice->clock_caps = CLOCK_CAP_RATE_44100 |
clock_caps         91 sound/firewire/dice/dice.h 	unsigned int clock_caps;