Lines Matching refs:tea
552 struct snd_tea575x tea;
2541 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
2543 struct es1968 *chip = tea->private_data;
2554 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea)
2556 struct es1968 *chip = tea->private_data;
2569 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output)
2571 struct es1968 *chip = tea->private_data;
2610 snd_tea575x_exit(&chip->tea);
2761 chip->tea.v4l2_dev = &chip->v4l2_dev;
2762 chip->tea.private_data = chip;
2763 chip->tea.radio_nr = radio_nr;
2764 chip->tea.ops = &snd_es1968_tea_ops;
2765 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
2768 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
2771 strlcpy(chip->tea.card, get_tea575x_gpio(chip)->name,
2772 sizeof(chip->tea.card));