Linux Kernel
3.7.1
|
#include <dvb_frontend.h>
Data Fields | |
struct analog_demod_info | info |
void(* | set_params )(struct dvb_frontend *fe, struct analog_parameters *params) |
int(* | has_signal )(struct dvb_frontend *fe) |
int(* | get_afc )(struct dvb_frontend *fe) |
void(* | tuner_status )(struct dvb_frontend *fe) |
void(* | standby )(struct dvb_frontend *fe) |
void(* | release )(struct dvb_frontend *fe) |
int(* | i2c_gate_ctrl )(struct dvb_frontend *fe, int enable) |
int(* | set_config )(struct dvb_frontend *fe, void *priv_cfg) |
Definition at line 242 of file dvb_frontend.h.
int(* get_afc)(struct dvb_frontend *fe) |
Definition at line 249 of file dvb_frontend.h.
int(* has_signal)(struct dvb_frontend *fe) |
Definition at line 248 of file dvb_frontend.h.
int(* i2c_gate_ctrl)(struct dvb_frontend *fe, int enable) |
Definition at line 253 of file dvb_frontend.h.
struct analog_demod_info info |
Definition at line 244 of file dvb_frontend.h.
void(* release)(struct dvb_frontend *fe) |
Definition at line 252 of file dvb_frontend.h.
int(* set_config)(struct dvb_frontend *fe, void *priv_cfg) |
This is to allow setting tuner-specific configuration
Definition at line 256 of file dvb_frontend.h.
void(* set_params)(struct dvb_frontend *fe, struct analog_parameters *params) |
Definition at line 246 of file dvb_frontend.h.
void(* standby)(struct dvb_frontend *fe) |
Definition at line 251 of file dvb_frontend.h.
void(* tuner_status)(struct dvb_frontend *fe) |
Definition at line 250 of file dvb_frontend.h.