Linux Kernel
3.7.1
|
#include <dvb-usb.h>
Data Fields | |
struct dvb_frontend * | fe |
int(* | fe_init )(struct dvb_frontend *) |
int(* | fe_sleep )(struct dvb_frontend *) |
struct usb_data_stream | stream |
int | pid_filtering |
int | max_feed_count |
void * | priv |
struct dvb_usb_adapter - a DVB adapter on a USB device : index of this adapter (starting with 0).
: number of reqested feeds (used for streaming-activation) : is hardware pid_filtering used or not.
: I2C address of the tuner for programming : array containing the initialization buffer : pointer to the appropriate struct dvb_pll_desc : called to (de)activate tuner passthru of the demod or the board
: device's dvb_adapter. : device's dmxdev. : device's software demuxer. : device's dvb_net interfaces. : device's frontend. : how many feeds can be handled simultaneously by this device
: rerouted frontend-init (wakeup) function. : rerouted frontend-sleep function.
: the usb data stream.
struct dvb_frontend* fe |
int(* fe_init)(struct dvb_frontend *) |
int(* fe_sleep)(struct dvb_frontend *) |
struct usb_data_stream stream |