Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
analog_demod_ops Struct Reference

#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)
 

Detailed Description

Definition at line 242 of file dvb_frontend.h.

Field Documentation

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.

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.

Definition at line 246 of file dvb_frontend.h.

void(* standby)(struct dvb_frontend *fe)

Definition at line 251 of file dvb_frontend.h.

Definition at line 250 of file dvb_frontend.h.


The documentation for this struct was generated from the following file: