Lines Matching refs:tea
177 * @tea: tea575a structure
222 struct snd_tea575x tea;
764 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
766 struct fm801 *chip = tea->private_data;
782 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea)
784 struct fm801 *chip = tea->private_data;
797 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output)
799 struct fm801 *chip = tea->private_data;
1174 snd_tea575x_exit(&chip->tea);
1232 chip->tea.v4l2_dev = &chip->v4l2_dev;
1233 chip->tea.radio_nr = radio_nr;
1234 chip->tea.private_data = chip;
1235 chip->tea.ops = &snd_fm801_tea_ops;
1236 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
1239 if (snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1249 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1264 strscpy(chip->tea.card, get_tea575x_gpio(chip)->name,
1265 sizeof(chip->tea.card));
1392 snd_tea575x_set_freq(&chip->tea);