diff options
Diffstat (limited to 'Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst')
-rw-r--r-- | Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst b/Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst index dc83b4f2e586..58a5e6ac10bd 100644 --- a/Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst +++ b/Documentation/linux_tv/media/dvb/fe-diseqc-send-master-cmd.rst @@ -37,17 +37,11 @@ Description Sends a DiSEqC command to the antenna subsystem. - -Return Value -============ - -On success 0 is returned, on error -1 and the ``errno`` variable is set -appropriately. The generic error codes are described at the -:ref:`Generic Error Codes <gen-errors>` chapter. - - .. _dvb-diseqc-master-cmd: +struct dvb_diseqc_master_cmd +============================ + .. flat-table:: struct dvb_diseqc_master_cmd :header-rows: 0 :stub-columns: 0 @@ -69,3 +63,11 @@ appropriately. The generic error codes are described at the - msg_len - Length of the DiSEqC message. Valid values are 3 to 6 + +Return Value +============ + +On success 0 is returned, on error -1 and the ``errno`` variable is set +appropriately. The generic error codes are described at the +:ref:`Generic Error Codes <gen-errors>` chapter. + |