fe-diseqc-reset-overload.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
  2. .. c:namespace:: DTV.fe
  3. .. _FE_DISEQC_RESET_OVERLOAD:
  4. ******************************
  5. ioctl FE_DISEQC_RESET_OVERLOAD
  6. ******************************
  7. Name
  8. ====
  9. FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due - to power overload.
  10. Synopsis
  11. ========
  12. .. c:macro:: FE_DISEQC_RESET_OVERLOAD
  13. ``int ioctl(int fd, FE_DISEQC_RESET_OVERLOAD, NULL)``
  14. Arguments
  15. =========
  16. ``fd``
  17. File descriptor returned by :c:func:`open()`.
  18. Description
  19. ===========
  20. If the bus has been automatically powered off due to power overload,
  21. this ioctl call restores the power to the bus. The call requires
  22. read/write access to the device. This call has no effect if the device
  23. is manually powered off. Not all Digital TV adapters support this ioctl.
  24. Return Value
  25. ============
  26. On success 0 is returned.
  27. On error -1 is returned, and the ``errno`` variable is set
  28. appropriately.
  29. Generic error codes are described at the
  30. :ref:`Generic Error Codes <gen-errors>` chapter.