models            210 drivers/cpufreq/speedstep-centrino.c static struct cpu_model models[] =
models            239 drivers/cpufreq/speedstep-centrino.c 	for(model = models; model->cpu_id != NULL; model++)
models             44 sound/firewire/oxfw/oxfw.c 	const char *const models[] = {
models             60 sound/firewire/oxfw/oxfw.c 	return match_string(models, ARRAY_SIZE(models), model) >= 0;
models            972 sound/pci/hda/hda_auto_parser.c 			const struct hda_model_fixup *models,
models            993 sound/pci/hda/hda_auto_parser.c 	if (codec->modelname && models) {
models            994 sound/pci/hda/hda_auto_parser.c 		while (models->name) {
models            995 sound/pci/hda/hda_auto_parser.c 			if (!strcmp(codec->modelname, models->name)) {
models            996 sound/pci/hda/hda_auto_parser.c 				codec->fixup_id = models->id;
models            997 sound/pci/hda/hda_auto_parser.c 				codec->fixup_name = models->name;
models           1003 sound/pci/hda/hda_auto_parser.c 			models++;
models            361 sound/pci/hda/hda_local.h 			const struct hda_model_fixup *models,