Lines Matching defs:tea
177 * @tea: tea575a structure
222 struct snd_tea575x tea;
752 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
754 struct fm801 *chip = tea->private_data;
770 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea)
772 struct fm801 *chip = tea->private_data;
785 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output)
787 struct fm801 *chip = tea->private_data;
1161 snd_tea575x_exit(&chip->tea);
1219 chip->tea.v4l2_dev = &chip->v4l2_dev;
1220 chip->tea.radio_nr = radio_nr;
1221 chip->tea.private_data = chip;
1222 chip->tea.ops = &snd_fm801_tea_ops;
1223 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
1226 if (snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1236 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1251 strscpy(chip->tea.card, get_tea575x_gpio(chip)->name,
1252 sizeof(chip->tea.card));
1378 snd_tea575x_set_freq(&chip->tea);