Lines Matching refs:tea
179 * @tea: tea575a structure
224 struct snd_tea575x tea;
763 static void snd_fm801_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
765 struct fm801 *chip = tea->private_data;
781 static u8 snd_fm801_tea575x_get_pins(struct snd_tea575x *tea)
783 struct fm801 *chip = tea->private_data;
796 static void snd_fm801_tea575x_set_direction(struct snd_tea575x *tea, bool output)
798 struct fm801 *chip = tea->private_data;
1192 snd_tea575x_exit(&chip->tea);
1270 chip->tea.v4l2_dev = &chip->v4l2_dev;
1271 chip->tea.radio_nr = radio_nr;
1272 chip->tea.private_data = chip;
1273 chip->tea.ops = &snd_fm801_tea_ops;
1274 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
1277 if (snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1288 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
1303 strlcpy(chip->tea.card, get_tea575x_gpio(chip)->name,
1304 sizeof(chip->tea.card));
1439 snd_tea575x_set_freq(&chip->tea);