Lines Matching defs:tea
544 struct snd_tea575x tea;
2476 static void snd_es1968_tea575x_set_pins(struct snd_tea575x *tea, u8 pins)
2478 struct es1968 *chip = tea->private_data;
2489 static u8 snd_es1968_tea575x_get_pins(struct snd_tea575x *tea)
2491 struct es1968 *chip = tea->private_data;
2504 static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool output)
2506 struct es1968 *chip = tea->private_data;
2543 snd_tea575x_exit(&chip->tea);
2660 chip->tea.v4l2_dev = &chip->v4l2_dev;
2661 chip->tea.private_data = chip;
2662 chip->tea.radio_nr = radio_nr;
2663 chip->tea.ops = &snd_es1968_tea_ops;
2664 sprintf(chip->tea.bus_info, "PCI:%s", pci_name(pci));
2667 if (!snd_tea575x_init(&chip->tea, THIS_MODULE)) {
2670 strscpy(chip->tea.card, get_tea575x_gpio(chip)->name,
2671 sizeof(chip->tea.card));