The Linux Kernel
  • Linux Kernel Documentation
    • Introduction
    • Sphinx Build
    • Writing Documentation
    • Including kernel-doc comments
    • Writing kernel-doc comments
    • DocBook XML [DEPRECATED]
  • Linux Kernel Development Documentation
    • A guide to the Kernel Development Process
  • Development tools for the kernel
    • Coccinelle
    • Sparse
    • kcov: code coverage for fuzzing
    • Using gcov with the Linux kernel
    • The Kernel Address Sanitizer (KASAN)
    • The Undefined Behavior Sanitizer - UBSAN
    • Kernel Memory Leak Detector
    • Getting started with kmemcheck
    • Debugging kernel and modules via gdb
  • The Linux driver implementer’s API guide
    • Driver Basics
    • Device drivers infrastructure
    • Message-based devices
    • Sound Devices
    • Frame Buffer Library
    • Input Subsystem
    • Serial Peripheral Interface (SPI)
    • I2C and SMBus Subsystem
    • High Speed Synchronous Serial Interface (HSI)
    • Parallel Port Devices
    • 16x50 UART Driver
    • Pulse-Width Modulation (PWM)
  • Linux Media Subsystem Documentation
    • Linux Media Infrastructure userspace API
    • Media subsystem kernel internal API
    • Linux Digital TV driver-specific documentation
    • Video4Linux (V4L) driver-specific documentation
  • Linux GPU Driver Developer’s Guide
    • Introduction
    • DRM Internals
    • DRM Memory Management
    • Kernel Mode Setting (KMS)
    • Mode Setting Helper Functions
    • Userland interfaces
    • drm/i915 Intel GFX Driver
    • VGA Switcheroo
    • VGA Arbiter
  • Linux 802.11 Driver Developer’s Guide
    • Introduction
    • cfg80211 subsystem
    • mac80211 subsystem (basics)
    • mac80211 subsystem (advanced)
  • Hardware vulnerabilities
    • L1TF - L1 Terminal Fault
    • MDS - Microarchitectural Data Sampling
    • TAA - TSX Asynchronous Abort
    • iTLB multihit
  • x86 architecture specifics
    • Microarchitectural Data Sampling (MDS) mitigation
    • TSX Async Abort (TAA) mitigation
 
The Linux Kernel
  • Docs »
  • Linux Media Subsystem Documentation »
  • Linux Media Infrastructure userspace API »
  • Part III - Remote Controller API »
  • 5. LIRC Device Interface »
  • 5.3. LIRC Function Reference
  • View page source

5.3. LIRC Function ReferenceΒΆ

  • 5.3.1. LIRC read()
  • 5.3.2. LIRC write()
  • 5.3.3. ioctl LIRC_GET_FEATURES
  • 5.3.4. ioctls LIRC_GET_SEND_MODE and LIRC_SET_SEND_MODE
  • 5.3.5. ioctls LIRC_GET_REC_MODE and LIRC_SET_REC_MODE
  • 5.3.6. ioctl LIRC_GET_REC_RESOLUTION
  • 5.3.7. ioctl LIRC_SET_SEND_DUTY_CYCLE
  • 5.3.8. ioctls LIRC_GET_MIN_TIMEOUT and LIRC_GET_MAX_TIMEOUT
  • 5.3.9. ioctl LIRC_SET_REC_TIMEOUT
  • 5.3.10. ioctl LIRC_GET_LENGTH
  • 5.3.11. ioctl LIRC_SET_REC_CARRIER
  • 5.3.12. ioctl LIRC_SET_REC_CARRIER_RANGE
  • 5.3.13. ioctl LIRC_SET_SEND_CARRIER
  • 5.3.14. ioctl LIRC_SET_TRANSMITTER_MASK
  • 5.3.15. ioctl LIRC_SET_REC_TIMEOUT_REPORTS
  • 5.3.16. ioctl LIRC_SET_MEASURE_CARRIER_MODE
  • 5.3.17. ioctl LIRC_SET_WIDEBAND_RECEIVER
Next Previous

© Copyright 2016, The kernel development community.

Sphinx theme provided by Read the Docs