Linux Kernel
3.7.1
|
#include <tea575x-tuner.h>
Data Fields | |
void(* | write_val )(struct snd_tea575x *tea, u32 val) |
u32(* | read_val )(struct snd_tea575x *tea) |
void(* | set_pins )(struct snd_tea575x *tea, u8 pins) |
u8(* | get_pins )(struct snd_tea575x *tea) |
void(* | set_direction )(struct snd_tea575x *tea, bool output) |
Definition at line 40 of file tea575x-tuner.h.
u8(* get_pins)(struct snd_tea575x *tea) |
Definition at line 46 of file tea575x-tuner.h.
u32(* read_val)(struct snd_tea575x *tea) |
Definition at line 43 of file tea575x-tuner.h.
void(* set_direction)(struct snd_tea575x *tea, bool output) |
Definition at line 47 of file tea575x-tuner.h.
void(* set_pins)(struct snd_tea575x *tea, u8 pins) |
Definition at line 45 of file tea575x-tuner.h.
void(* write_val)(struct snd_tea575x *tea, u32 val) |
Definition at line 42 of file tea575x-tuner.h.