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

#include <video.h>

Data Fields

__u32 cmd
 
__u32 flags
 
union {
   struct {
      __u64   pts
 
   }   stop
 
   struct {
      __s32   speed
 
      __u32   format
 
   }   play
 
   struct {
      __u32   data [16]
 
   }   raw
 
}; 
 

Detailed Description

Definition at line 100 of file video.h.

Field Documentation

union { ... }

Definition at line 101 of file video.h.

__u32 data[16]

Definition at line 119 of file video.h.

__u32 flags

Definition at line 102 of file video.h.

Definition at line 115 of file video.h.

struct { ... } play
__u64 pts

Definition at line 105 of file video.h.

struct { ... } raw
__s32 speed

Definition at line 114 of file video.h.

struct { ... } stop

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