Lines Matching defs:tea
177 * @tea: tea575a structure
222 struct snd_tea575x tea;
762 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
764 struct fm801 *chip = tea->private_data;
780 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea)
782 struct fm801 *chip = tea->private_data;
795 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output)
797 struct fm801 *chip = tea->private_data;
1172 snd_tea575x_exit(&chip->tea);
1230 chip->tea.v4l2_dev = &chip->v4l2_dev;
1231 chip->tea.radio_nr = radio_nr;
1232 chip->tea.private_data = chip;
1233 chip->tea.ops = &snd_fm801_tea_ops;
1234 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
1237 if (snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1247 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1262 strscpy(chip->tea.card, get_tea575x_gpio(chip)->name,
1263 sizeof(chip->tea.card));
1389 snd_tea575x_set_freq(&chip->tea);