phys_in_grp_count  157 sound/firewire/fireworks/fireworks.c 	if (hwinfo->phys_in_grp_count  > HWINFO_MAX_CAPS_GROUPS ||
phys_in_grp_count  164 sound/firewire/fireworks/fireworks.c 	efw->phys_in_grp_count = hwinfo->phys_in_grp_count;
phys_in_grp_count  167 sound/firewire/fireworks/fireworks.c 	       sizeof(struct snd_efw_phys_grp) * hwinfo->phys_in_grp_count);
phys_in_grp_count   97 sound/firewire/fireworks/fireworks.h 	unsigned int phys_in_grp_count;
phys_in_grp_count  140 sound/firewire/fireworks/fireworks.h 	u32 phys_in_grp_count;
phys_in_grp_count  233 sound/firewire/fireworks/fireworks_command.c 	be32_to_cpus(&hwinfo->phys_in_grp_count);
phys_in_grp_count   63 sound/firewire/fireworks/fireworks_proc.c 		    hwinfo->phys_in_grp_count);
phys_in_grp_count   64 sound/firewire/fireworks/fireworks_proc.c 	for (i = 0; i < hwinfo->phys_in_grp_count; i++) {
phys_in_grp_count  166 sound/firewire/fireworks/fireworks_proc.c 	for (g = 0; g < efw->phys_in_grp_count; g++) {