Go to the documentation of this file.
28 #ifndef _DVB_FRONTEND_H_
29 #define _DVB_FRONTEND_H_
31 #include <linux/types.h>
32 #include <linux/sched.h>
34 #include <linux/i2c.h>
35 #include <linux/module.h>
36 #include <linux/errno.h>
39 #include <linux/slab.h>
219 #define TUNER_STATUS_LOCKED 1
220 #define TUNER_STATUS_STEREO 2
278 unsigned int mode_flags,
323 struct dvb_fe_events {
407 #define DVB_FRONTEND_COMPONENT_TUNER 0
408 #define DVB_FRONTEND_COMPONENT_DEMOD 1