|
Linux Kernel
3.7.1
|
#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 | |
| }; | |
| union { ... } |
| struct { ... } play |
| struct { ... } raw |
| struct { ... } stop |
1.8.2