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 II - Digital TV API »
  • 7. DVB Deprecated APIs »
  • 7.1. DVB Video Device »
  • 7.1.2. Video Function Calls
  • View page source

7.1.2. Video Function CallsΒΆ

  • 7.1.2.1. dvb video open()
  • 7.1.2.2. dvb video close()
  • 7.1.2.3. dvb video write()
  • 7.1.2.4. VIDEO_STOP
  • 7.1.2.5. VIDEO_PLAY
  • 7.1.2.6. VIDEO_FREEZE
  • 7.1.2.7. VIDEO_CONTINUE
  • 7.1.2.8. VIDEO_SELECT_SOURCE
  • 7.1.2.9. VIDEO_SET_BLANK
  • 7.1.2.10. VIDEO_GET_STATUS
  • 7.1.2.11. VIDEO_GET_FRAME_COUNT
  • 7.1.2.12. VIDEO_GET_PTS
  • 7.1.2.13. VIDEO_GET_FRAME_RATE
  • 7.1.2.14. VIDEO_GET_EVENT
  • 7.1.2.15. VIDEO_COMMAND
  • 7.1.2.16. VIDEO_TRY_COMMAND
  • 7.1.2.17. VIDEO_GET_SIZE
  • 7.1.2.18. VIDEO_SET_DISPLAY_FORMAT
  • 7.1.2.19. VIDEO_STILLPICTURE
  • 7.1.2.20. VIDEO_FAST_FORWARD
  • 7.1.2.21. VIDEO_SLOWMOTION
  • 7.1.2.22. VIDEO_GET_CAPABILITIES
  • 7.1.2.23. VIDEO_SET_ID
  • 7.1.2.24. VIDEO_CLEAR_BUFFER
  • 7.1.2.25. VIDEO_SET_STREAMTYPE
  • 7.1.2.26. VIDEO_SET_FORMAT
  • 7.1.2.27. VIDEO_SET_SYSTEM
  • 7.1.2.28. VIDEO_SET_HIGHLIGHT
  • 7.1.2.29. VIDEO_SET_SPU
  • 7.1.2.30. VIDEO_SET_SPU_PALETTE
  • 7.1.2.31. VIDEO_GET_NAVI
  • 7.1.2.32. VIDEO_SET_ATTRIBUTES
Next Previous

© Copyright 2016, The kernel development community.

Sphinx theme provided by Read the Docs