The Linux Kernel
4.12.14
  • The Linux kernel user’s and administrator’s guide
  • The Linux kernel user-space API guide
  • Working with the kernel development community
  • Development tools for the kernel
  • How to write kernel documentation
  • The Linux driver implementer’s API guide
  • Core API Documentation
  • Linux Media Subsystem Documentation
    • Linux Media Infrastructure userspace API
      • Introduction
      • Part I - Video for Linux API
      • Part II - Digital TV API
      • Part III - Remote Controller API
      • Part IV - Media Controller API
      • Part V - Consumer Electronics Control API
        • 1. Introduction
        • Function Reference
        • 2. CEC Header File
        • Revision and Copyright
        • Revision History
      • Generic Error Codes
      • GNU Free Documentation License
    • Media subsystem kernel internal API
    • Linux Digital TV driver-specific documentation
    • Video4Linux (V4L) driver-specific documentation
  • The Linux Input Documentation
  • Linux GPU Driver Developer’s Guide
  • Security documentation
  • Linux Sound Subsystem Documentation
  • Linux Kernel Crypto API
  • Korean translations
  • Chinese translations
  • Japanese translations
The Linux Kernel
  • Docs »
  • Linux Media Subsystem Documentation »
  • Linux Media Infrastructure userspace API »
  • Part V - Consumer Electronics Control API
  • View page source

Part V - Consumer Electronics Control API¶

This part describes the CEC: Consumer Electronics Control

Table of Contents

  • 1. Introduction
  • Function Reference
    • 1. cec open()
      • 1.1. Name
      • 1.2. Synopsis
      • 1.3. Arguments
      • 1.4. Description
      • 1.5. Return Value
    • 2. cec close()
      • 2.1. Name
      • 2.2. Synopsis
      • 2.3. Arguments
      • 2.4. Description
      • 2.5. Return Value
    • 3. cec ioctl()
      • 3.1. Name
      • 3.2. Synopsis
      • 3.3. Arguments
      • 3.4. Description
      • 3.5. Return Value
    • 4. cec poll()
      • 4.1. Name
      • 4.2. Synopsis
      • 4.3. Arguments
      • 4.4. Description
      • 4.5. Return Value
    • 5. ioctl CEC_ADAP_G_CAPS
      • 5.1. Name
      • 5.2. Synopsis
      • 5.3. Arguments
      • 5.4. Description
      • 5.5. Return Value
    • 6. ioctls CEC_ADAP_G_LOG_ADDRS and CEC_ADAP_S_LOG_ADDRS
      • 6.1. Name
      • 6.2. Synopsis
      • 6.3. Arguments
      • 6.4. Description
      • 6.5. Return Value
    • 7. ioctls CEC_ADAP_G_PHYS_ADDR and CEC_ADAP_S_PHYS_ADDR
      • 7.1. Name
      • 7.2. Synopsis
      • 7.3. Arguments
      • 7.4. Description
      • 7.5. Return Value
    • 8. ioctl CEC_DQEVENT
      • 8.1. Name
      • 8.2. Synopsis
      • 8.3. Arguments
      • 8.4. Description
      • 8.5. Return Value
    • 9. ioctls CEC_G_MODE and CEC_S_MODE
      • 9.1. Synopsis
      • 9.2. Arguments
      • 9.3. Description
      • 9.4. Return Value
    • 10. ioctls CEC_RECEIVE and CEC_TRANSMIT
      • 10.1. Name
      • 10.2. Synopsis
      • 10.3. Arguments
      • 10.4. Description
      • 10.5. Return Value
  • 2. CEC Header File
    • 2.1. cec.h

Revision and Copyright¶

Authors:

  • Verkuil, Hans <hans.verkuil@cisco.com>
  • Initial version.

Copyright © 2016 : Hans Verkuil

Revision History¶

revision:1.0.0 / 2016-03-17 (hv)

Initial revision

Next Previous

© Copyright The kernel development community.

Built with Sphinx using a theme provided by Read the Docs.