summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2005-11-18 21:07:14 +0000
committerAndrew de Quincy <devnull@localhost>2005-11-18 21:07:14 +0000
commit88e8a6e0d7c700312c9f1727ee91f2ca174ee66f (patch)
treea19c653b852bfa8263547f263438ace7a5df7da2 /linux/include
parenta96453548af345348c29b30dbdac678f151e3777 (diff)
downloadmediapointer-dvb-s2-88e8a6e0d7c700312c9f1727ee91f2ca174ee66f.tar.gz
mediapointer-dvb-s2-88e8a6e0d7c700312c9f1727ee91f2ca174ee66f.tar.bz2
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Implement frontend-specific tuning and the ability to disable zigzag
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/frontend.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index d41df7047..c8cbd90ba 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -240,6 +240,15 @@ struct dvb_frontend_event {
};
+/**
+ * When set, this flag will disable any zigzagging or other "normal" tuning
+ * behaviour. Additionally, there will be no automatic monitoring of the lock
+ * status, and hence no frontend events will be generated. If a frontend device
+ * is closed, this flag will be automatically turned off when the device is
+ * reopened read-write.
+ */
+#define FE_TUNE_MODE_ONESHOT 0x01
+
#define FE_GET_INFO _IOR('o', 61, struct dvb_frontend_info)
@@ -260,6 +269,7 @@ struct dvb_frontend_event {
#define FE_SET_FRONTEND _IOW('o', 76, struct dvb_frontend_parameters)
#define FE_GET_FRONTEND _IOR('o', 77, struct dvb_frontend_parameters)
+#define FE_SET_FRONTEND_TUNE_MODE _IO('o', 81) /* unsigned int */
#define FE_GET_EVENT _IOR('o', 78, struct dvb_frontend_event)
#define FE_DISHNETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */