snd_tea575x 38 include/media/tea575x.h struct snd_tea575x; snd_tea575x 42 include/media/tea575x.h void (*write_val)(struct snd_tea575x *tea, u32 val); snd_tea575x 43 include/media/tea575x.h u32 (*read_val)(struct snd_tea575x *tea); snd_tea575x 45 include/media/tea575x.h void (*set_pins)(struct snd_tea575x *tea, u8 pins); snd_tea575x 46 include/media/tea575x.h u8 (*get_pins)(struct snd_tea575x *tea); snd_tea575x 47 include/media/tea575x.h void (*set_direction)(struct snd_tea575x *tea, bool output); snd_tea575x 71 include/media/tea575x.h int (*ext_init)(struct snd_tea575x *tea); snd_tea575x 74 include/media/tea575x.h int snd_tea575x_hw_init(struct snd_tea575x *tea); snd_tea575x 75 include/media/tea575x.h int snd_tea575x_init(struct snd_tea575x *tea, struct module *owner); snd_tea575x 76 include/media/tea575x.h void snd_tea575x_exit(struct snd_tea575x *tea); snd_tea575x 77 include/media/tea575x.h void snd_tea575x_set_freq(struct snd_tea575x *tea);