+ struct dvb_diseqc_slave_reply
+
+ &cs-str;
+
+
+ uint8_t
+ msg[4]
+ DiSEqC message (framing, data[3])
+
+ uint8_t
+ msg_len
+ Length of the DiSEqC message. Valid values are 0 to 4,
+ where 0 means no msg
+
+ int
+ timeout
+ Return from ioctl after timeout ms with errorcode when no
+ message was received
+
+
+
+
+
+
+
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml
index 17050152a48a..cba6c355637c 100644
--- a/Documentation/DocBook/media/dvb/frontend.xml
+++ b/Documentation/DocBook/media/dvb/frontend.xml
@@ -62,19 +62,6 @@ specification is available at
-
-diseqc slave reply
-
-A reply to the frontend from DiSEqC 2.0 capable equipment.
-
- struct dvb_diseqc_slave_reply {
- uint8_t msg [4]; /⋆ { framing, data [3] } ⋆/
- uint8_t msg_len; /⋆ valid values are 0...4, 0 means no msg ⋆/
- int timeout; /⋆ return from ioctl after timeout ms with ⋆/
- }; /⋆ errorcode when no message was received ⋆/
-
-
-
frontend spectral inversionThe Inversion field can take one of these values:
@@ -452,56 +439,7 @@ typedef enum fe_hierarchy {
&return-value-dvb;
-
-FE_DISEQC_RECV_SLAVE_REPLY
-DESCRIPTION
-
-
-This ioctl call is used to receive reply to a DiSEqC 2.0 command.
-
-
-
-SYNOPSIS
-
-
-int ioctl(int fd, int request =
- FE_DISEQC_RECV_SLAVE_REPLY, struct
- dvb_diseqc_slave_reply ⋆reply);
-
-
-
-PARAMETERS
-
-
-int fd
-
-File descriptor returned by a previous call to open().
-
-
-int request
-
-Equals FE_DISEQC_RECV_SLAVE_REPLY for this
- command.
-
-
-struct
- dvb_diseqc_slave_reply
- *reply
-
-Pointer to the command to be received.
-
-
-&return-value-dvb;
-
-
+&sub-fe-diseqc-recv-slave-reply;
&sub-fe-diseqc-send-burst;
&sub-fe-set-tone;
&sub-fe-set-voltage;