Go to the documentation of this file.
24 #ifndef CX25821_VIDEO_H_
25 #define CX25821_VIDEO_H_
28 #include <linux/list.h>
29 #include <linux/module.h>
32 #include <linux/kernel.h>
33 #include <linux/slab.h>
37 #include <asm/div64.h>
47 #define dprintk(level, fmt, arg...) \
49 if (VIDEO_DEBUG >= level) \
50 printk(KERN_DEBUG "%s/0: " fmt, dev->name, ##arg); \
54 #define UPSTREAM_START_VIDEO 700
55 #define UPSTREAM_STOP_VIDEO 701
56 #define UPSTREAM_START_AUDIO 702
57 #define UPSTREAM_STOP_AUDIO 703
58 #define UPSTREAM_DUMP_REGISTERS 702
59 #define SET_VIDEO_STD 800
60 #define SET_PIXEL_FORMAT 1000
61 #define ENABLE_CIF_RESOLUTION 1001
65 #define MEDUSA_READ 910
66 #define MEDUSA_WRITE 911
84 #define FORMAT_FLAGS_PACKED 0x01