Searched refs:tea575x_tuner (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | fm801.c | 43 static int tea575x_tuner[SNDRV_CARDS]; variable 52 module_param_array(tea575x_tuner, int, NULL, 0444); 53 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)."); 153 * @tea575x_tuner: tuner access method & flags 190 unsigned int tea575x_tuner; member 761 (&snd_fm801_tea575x_gpios[((chip)->tea575x_tuner & TUNER_TYPE_MASK) - 1]) 1191 if (!(chip->tea575x_tuner & TUNER_DISABLED)) { in snd_fm801_free() 1207 int tea575x_tuner, in snd_fm801_create() 1227 chip->tea575x_tuner = tea575x_tuner; in snd_fm801_create() 1205 snd_fm801_create(struct snd_card *card, struct pci_dev *pci, int tea575x_tuner, int radio_nr, struct fm801 **rchip) snd_fm801_create() argument [all...] |
H A D | es1968.c | 553 unsigned int tea575x_tuner; member 2538 (&snd_es1968_tea575x_gpios[(chip)->tea575x_tuner]) 2767 chip->tea575x_tuner = i; in snd_es1968_create()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | fm801.c | 41 static int tea575x_tuner[SNDRV_CARDS]; variable 50 module_param_array(tea575x_tuner, int, NULL, 0444); 51 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)."); 151 * @tea575x_tuner: tuner access method & flags 188 unsigned int tea575x_tuner; member 762 (&snd_fm801_tea575x_gpios[((chip)->tea575x_tuner & TUNER_TYPE_MASK) - 1]) 1173 if (!(chip->tea575x_tuner & TUNER_DISABLED)) { in snd_fm801_free() 1182 int tea575x_tuner, in snd_fm801_create() 1195 chip->tea575x_tuner = tea575x_tuner; in snd_fm801_create() 1180 snd_fm801_create(struct snd_card *card, struct pci_dev *pci, int tea575x_tuner, int radio_nr) snd_fm801_create() argument [all...] |
H A D | es1968.c | 549 unsigned int tea575x_tuner; member 2528 (&snd_es1968_tea575x_gpios[(chip)->tea575x_tuner]) 2721 chip->tea575x_tuner = i; in snd_es1968_create()
|
Completed in 12 milliseconds