Lines Matching refs:tea
548 struct snd_tea575x tea;
2531 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
2533 struct es1968 *chip = tea->private_data;
2544 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea)
2546 struct es1968 *chip = tea->private_data;
2559 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output)
2561 struct es1968 *chip = tea->private_data;
2598 snd_tea575x_exit(&chip->tea);
2715 chip->tea.v4l2_dev = &chip->v4l2_dev;
2716 chip->tea.private_data = chip;
2717 chip->tea.radio_nr = radio_nr;
2718 chip->tea.ops = &snd_es1968_tea_ops;
2719 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
2722 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
2725 strscpy(chip->tea.card, get_tea575x_gpio(chip)->name,
2726 sizeof(chip->tea.card));