tea575x_tuner     553 sound/pci/es1968.c 	unsigned int tea575x_tuner;
tea575x_tuner    2542 sound/pci/es1968.c 	(&snd_es1968_tea575x_gpios[(chip)->tea575x_tuner])
tea575x_tuner    2772 sound/pci/es1968.c 		chip->tea575x_tuner = i;
tea575x_tuner      43 sound/pci/fm801.c static int tea575x_tuner[SNDRV_CARDS];
tea575x_tuner      52 sound/pci/fm801.c module_param_array(tea575x_tuner, int, NULL, 0444);
tea575x_tuner      53 sound/pci/fm801.c MODULE_PARM_DESC(tea575x_tuner, "TEA575x tuner access method (0 = auto, 1 = SF256-PCS, 2=SF256-PCP, 3=SF64-PCR, 8=disable, +16=tuner-only).");
tea575x_tuner     163 sound/pci/fm801.c 	unsigned int tea575x_tuner;
tea575x_tuner     752 sound/pci/fm801.c 	(&snd_fm801_tea575x_gpios[((chip)->tea575x_tuner & TUNER_TYPE_MASK) - 1])
tea575x_tuner    1182 sound/pci/fm801.c 	if (!(chip->tea575x_tuner & TUNER_DISABLED)) {
tea575x_tuner    1198 sound/pci/fm801.c 			    int tea575x_tuner,
tea575x_tuner    1218 sound/pci/fm801.c 	chip->tea575x_tuner = tea575x_tuner;
tea575x_tuner    1226 sound/pci/fm801.c 	if (!(chip->tea575x_tuner & TUNER_ONLY)) {
tea575x_tuner    1230 sound/pci/fm801.c 			chip->tea575x_tuner = 3 | TUNER_ONLY;
tea575x_tuner    1236 sound/pci/fm801.c 	if ((chip->tea575x_tuner & TUNER_ONLY) == 0) {
tea575x_tuner    1265 sound/pci/fm801.c 	if ((chip->tea575x_tuner & TUNER_TYPE_MASK) > 0 &&
tea575x_tuner    1266 sound/pci/fm801.c 	    (chip->tea575x_tuner & TUNER_TYPE_MASK) < 4) {
tea575x_tuner    1272 sound/pci/fm801.c 	} else if ((chip->tea575x_tuner & TUNER_TYPE_MASK) == 0) {
tea575x_tuner    1273 sound/pci/fm801.c 		unsigned int tuner_only = chip->tea575x_tuner & TUNER_ONLY;
tea575x_tuner    1276 sound/pci/fm801.c 		for (tea575x_tuner = 1; tea575x_tuner <= 3; tea575x_tuner++) {
tea575x_tuner    1277 sound/pci/fm801.c 			chip->tea575x_tuner = tea575x_tuner;
tea575x_tuner    1285 sound/pci/fm801.c 		if (tea575x_tuner == 4) {
tea575x_tuner    1287 sound/pci/fm801.c 			chip->tea575x_tuner = TUNER_DISABLED;
tea575x_tuner    1290 sound/pci/fm801.c 		chip->tea575x_tuner |= tuner_only;
tea575x_tuner    1292 sound/pci/fm801.c 	if (!(chip->tea575x_tuner & TUNER_DISABLED)) {
tea575x_tuner    1322 sound/pci/fm801.c 	if ((err = snd_fm801_create(card, pci, tea575x_tuner[dev], radio_nr[dev], &chip)) < 0) {
tea575x_tuner    1334 sound/pci/fm801.c 	if (chip->tea575x_tuner & TUNER_ONLY)
tea575x_tuner    1398 sound/pci/fm801.c 	if (chip->tea575x_tuner & TUNER_ONLY) {
tea575x_tuner    1414 sound/pci/fm801.c 	if (chip->tea575x_tuner & TUNER_ONLY) {
tea575x_tuner    1428 sound/pci/fm801.c 	if (!(chip->tea575x_tuner & TUNER_DISABLED))