Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
v4l2_capability Struct Reference

#include <videodev2.h>

Data Fields

__u8 driver [16]
 
__u8 card [32]
 
__u8 bus_info [32]
 
__u32 version
 
__u32 capabilities
 
__u32 device_caps
 
__u32 reserved [3]
 

Detailed Description

struct v4l2_capability - Describes V4L2 device caps returned by VIDIOC_QUERYCAP

: name of the driver module (e.g. "bttv") : name of the card (e.g. "Hauppauge WinTV") : name of the bus (e.g. "PCI:" + pci_name(pci_dev) )

Version
: KERNEL_VERSION : capabilities of the physical device as a whole : capabilities accessed via this particular device (node) : reserved fields for future extensions

Definition at line 250 of file videodev2.h.

Field Documentation

Definition at line 253 of file videodev2.h.

Definition at line 255 of file videodev2.h.

__u8 card[32]

Definition at line 252 of file videodev2.h.

__u32 device_caps

Definition at line 256 of file videodev2.h.

__u8 driver[16]

Definition at line 251 of file videodev2.h.

__u32 reserved[3]

Definition at line 257 of file videodev2.h.

__u32 version

Definition at line 254 of file videodev2.h.


The documentation for this struct was generated from the following file: