diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-28 18:07:55 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-28 18:07:55 -0400 |
commit | cb28a1bbdb4790378e7366d6c9ee1d2340b84f92 (patch) | |
tree | 316436f77dac75335fd2c3ef5f109e71606c50d3 /include/media | |
parent | b6d4f7e3ef25beb8c658c97867d98883e69dc544 (diff) | |
parent | f934fb19ef34730263e6afc01e8ec27a8a71470f (diff) |
Merge branch 'linus' into core/generic-dma-coherent
Conflicts:
arch/x86/Kconfig
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/audiochip.h | 26 | ||||
-rw-r--r-- | include/media/cx2341x.h | 7 | ||||
-rw-r--r-- | include/media/ir-kbd-i2c.h | 3 | ||||
-rw-r--r-- | include/media/pwc-ioctl.h | 3 | ||||
-rw-r--r-- | include/media/saa7146.h | 4 | ||||
-rw-r--r-- | include/media/saa7146_vv.h | 1 | ||||
-rw-r--r-- | include/media/sh_mobile_ceu.h | 12 | ||||
-rw-r--r-- | include/media/soc_camera.h | 16 | ||||
-rw-r--r-- | include/media/soc_camera_platform.h | 15 | ||||
-rw-r--r-- | include/media/tveeprom.h | 7 | ||||
-rw-r--r-- | include/media/v4l2-chip-ident.h | 7 | ||||
-rw-r--r-- | include/media/v4l2-common.h | 31 | ||||
-rw-r--r-- | include/media/v4l2-dev.h | 322 | ||||
-rw-r--r-- | include/media/v4l2-i2c-drv-legacy.h | 1 | ||||
-rw-r--r-- | include/media/v4l2-ioctl.h | 301 | ||||
-rw-r--r-- | include/media/videobuf-dma-contig.h | 32 | ||||
-rw-r--r-- | include/media/videobuf-dma-sg.h | 2 | ||||
-rw-r--r-- | include/media/videobuf-vmalloc.h | 2 |
18 files changed, 419 insertions, 373 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index db8823d45a7d..e69de29bb2d1 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h | |||
@@ -1,26 +0,0 @@ | |||
1 | /* | ||
2 | */ | ||
3 | |||
4 | #ifndef AUDIOCHIP_H | ||
5 | #define AUDIOCHIP_H | ||
6 | |||
7 | enum audiochip { | ||
8 | AUDIO_CHIP_NONE, | ||
9 | AUDIO_CHIP_UNKNOWN, | ||
10 | /* Provided by video chip */ | ||
11 | AUDIO_CHIP_INTERNAL, | ||
12 | /* Provided by tvaudio.c */ | ||
13 | AUDIO_CHIP_TDA8425, | ||
14 | AUDIO_CHIP_TEA6300, | ||
15 | AUDIO_CHIP_TEA6420, | ||
16 | AUDIO_CHIP_TDA9840, | ||
17 | AUDIO_CHIP_TDA985X, | ||
18 | AUDIO_CHIP_TDA9874, | ||
19 | AUDIO_CHIP_PIC16C54, | ||
20 | /* Provided by msp3400.c */ | ||
21 | AUDIO_CHIP_MSP34XX, | ||
22 | /* Provided by wm8775.c */ | ||
23 | AUDIO_CHIP_WM8775 | ||
24 | }; | ||
25 | |||
26 | #endif /* AUDIOCHIP_H */ | ||
diff --git a/include/media/cx2341x.h b/include/media/cx2341x.h index 5f4608e88476..9ec4d5889ef5 100644 --- a/include/media/cx2341x.h +++ b/include/media/cx2341x.h | |||
@@ -27,6 +27,7 @@ enum cx2341x_port { | |||
27 | 27 | ||
28 | enum cx2341x_cap { | 28 | enum cx2341x_cap { |
29 | CX2341X_CAP_HAS_SLICED_VBI = 1 << 0, | 29 | CX2341X_CAP_HAS_SLICED_VBI = 1 << 0, |
30 | CX2341X_CAP_HAS_TS = 1 << 1, | ||
30 | }; | 31 | }; |
31 | 32 | ||
32 | struct cx2341x_mpeg_params { | 33 | struct cx2341x_mpeg_params { |
@@ -88,13 +89,13 @@ typedef int (*cx2341x_mbox_func)(void *priv, u32 cmd, int in, int out, | |||
88 | int cx2341x_update(void *priv, cx2341x_mbox_func func, | 89 | int cx2341x_update(void *priv, cx2341x_mbox_func func, |
89 | const struct cx2341x_mpeg_params *old, | 90 | const struct cx2341x_mpeg_params *old, |
90 | const struct cx2341x_mpeg_params *new); | 91 | const struct cx2341x_mpeg_params *new); |
91 | int cx2341x_ctrl_query(struct cx2341x_mpeg_params *params, | 92 | int cx2341x_ctrl_query(const struct cx2341x_mpeg_params *params, |
92 | struct v4l2_queryctrl *qctrl); | 93 | struct v4l2_queryctrl *qctrl); |
93 | const char **cx2341x_ctrl_get_menu(u32 id); | 94 | const char **cx2341x_ctrl_get_menu(const struct cx2341x_mpeg_params *p, u32 id); |
94 | int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy, | 95 | int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy, |
95 | struct v4l2_ext_controls *ctrls, unsigned int cmd); | 96 | struct v4l2_ext_controls *ctrls, unsigned int cmd); |
96 | void cx2341x_fill_defaults(struct cx2341x_mpeg_params *p); | 97 | void cx2341x_fill_defaults(struct cx2341x_mpeg_params *p); |
97 | void cx2341x_log_status(struct cx2341x_mpeg_params *p, const char *prefix); | 98 | void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix); |
98 | 99 | ||
99 | /* Firmware names */ | 100 | /* Firmware names */ |
100 | #define CX2341X_FIRM_ENC_FILENAME "v4l-cx2341x-enc.fw" | 101 | #define CX2341X_FIRM_ENC_FILENAME "v4l-cx2341x-enc.fw" |
diff --git a/include/media/ir-kbd-i2c.h b/include/media/ir-kbd-i2c.h index a455f7ce5ee8..00fa57eb9fde 100644 --- a/include/media/ir-kbd-i2c.h +++ b/include/media/ir-kbd-i2c.h | |||
@@ -19,7 +19,4 @@ struct IR_i2c { | |||
19 | char phys[32]; | 19 | char phys[32]; |
20 | int (*get_key)(struct IR_i2c*, u32*, u32*); | 20 | int (*get_key)(struct IR_i2c*, u32*, u32*); |
21 | }; | 21 | }; |
22 | |||
23 | int get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw); | ||
24 | int get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw); | ||
25 | #endif | 22 | #endif |
diff --git a/include/media/pwc-ioctl.h b/include/media/pwc-ioctl.h index adc1254e887e..0f19779c4634 100644 --- a/include/media/pwc-ioctl.h +++ b/include/media/pwc-ioctl.h | |||
@@ -55,8 +55,7 @@ | |||
55 | #include <linux/types.h> | 55 | #include <linux/types.h> |
56 | #include <linux/version.h> | 56 | #include <linux/version.h> |
57 | 57 | ||
58 | 58 | /* Enumeration of image sizes */ | |
59 | /* Enumeration of image sizes */ | ||
60 | #define PSZ_SQCIF 0x00 | 59 | #define PSZ_SQCIF 0x00 |
61 | #define PSZ_QSIF 0x01 | 60 | #define PSZ_QSIF 0x01 |
62 | #define PSZ_QCIF 0x02 | 61 | #define PSZ_QCIF 0x02 |
diff --git a/include/media/saa7146.h b/include/media/saa7146.h index 88b2b5a619aa..2f68f4cd0037 100644 --- a/include/media/saa7146.h +++ b/include/media/saa7146.h | |||
@@ -53,7 +53,7 @@ struct saa7146_vv; | |||
53 | /* saa7146 page table */ | 53 | /* saa7146 page table */ |
54 | struct saa7146_pgtable { | 54 | struct saa7146_pgtable { |
55 | unsigned int size; | 55 | unsigned int size; |
56 | u32 *cpu; | 56 | __le32 *cpu; |
57 | dma_addr_t dma; | 57 | dma_addr_t dma; |
58 | /* used for offsets for u,v planes for planar capture modes */ | 58 | /* used for offsets for u,v planes for planar capture modes */ |
59 | unsigned long offset; | 59 | unsigned long offset; |
@@ -101,7 +101,7 @@ struct saa7146_extension | |||
101 | struct saa7146_dma | 101 | struct saa7146_dma |
102 | { | 102 | { |
103 | dma_addr_t dma_handle; | 103 | dma_addr_t dma_handle; |
104 | u32 *cpu_addr; | 104 | __le32 *cpu_addr; |
105 | }; | 105 | }; |
106 | 106 | ||
107 | struct saa7146_dev | 107 | struct saa7146_dev |
diff --git a/include/media/saa7146_vv.h b/include/media/saa7146_vv.h index 89c442eb8849..1d104096619c 100644 --- a/include/media/saa7146_vv.h +++ b/include/media/saa7146_vv.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __SAA7146_VV__ | 2 | #define __SAA7146_VV__ |
3 | 3 | ||
4 | #include <media/v4l2-common.h> | 4 | #include <media/v4l2-common.h> |
5 | #include <media/v4l2-ioctl.h> | ||
5 | #include <media/saa7146.h> | 6 | #include <media/saa7146.h> |
6 | #include <media/videobuf-dma-sg.h> | 7 | #include <media/videobuf-dma-sg.h> |
7 | 8 | ||
diff --git a/include/media/sh_mobile_ceu.h b/include/media/sh_mobile_ceu.h new file mode 100644 index 000000000000..234a4711d2ec --- /dev/null +++ b/include/media/sh_mobile_ceu.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __ASM_SH_MOBILE_CEU_H__ | ||
2 | #define __ASM_SH_MOBILE_CEU_H__ | ||
3 | |||
4 | #include <media/soc_camera.h> | ||
5 | |||
6 | struct sh_mobile_ceu_info { | ||
7 | unsigned long flags; /* SOCAM_... */ | ||
8 | void (*enable_camera)(void); | ||
9 | void (*disable_camera)(void); | ||
10 | }; | ||
11 | |||
12 | #endif /* __ASM_SH_MOBILE_CEU_H__ */ | ||
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 6a8c8be7a1ae..1de98f150e99 100644 --- a/include/media/soc_camera.h +++ b/include/media/soc_camera.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #define SOC_CAMERA_H | 13 | #define SOC_CAMERA_H |
14 | 14 | ||
15 | #include <linux/videodev2.h> | 15 | #include <linux/videodev2.h> |
16 | #include <media/videobuf-dma-sg.h> | 16 | #include <media/videobuf-core.h> |
17 | 17 | ||
18 | struct soc_camera_device { | 18 | struct soc_camera_device { |
19 | struct list_head list; | 19 | struct list_head list; |
@@ -48,15 +48,12 @@ struct soc_camera_device { | |||
48 | struct soc_camera_file { | 48 | struct soc_camera_file { |
49 | struct soc_camera_device *icd; | 49 | struct soc_camera_device *icd; |
50 | struct videobuf_queue vb_vidq; | 50 | struct videobuf_queue vb_vidq; |
51 | spinlock_t *lock; | ||
52 | }; | 51 | }; |
53 | 52 | ||
54 | struct soc_camera_host { | 53 | struct soc_camera_host { |
55 | struct list_head list; | 54 | struct list_head list; |
56 | struct device dev; | 55 | struct device dev; |
57 | unsigned char nr; /* Host number */ | 56 | unsigned char nr; /* Host number */ |
58 | size_t msize; | ||
59 | struct videobuf_queue_ops *vbq_ops; | ||
60 | void *priv; | 57 | void *priv; |
61 | char *drv_name; | 58 | char *drv_name; |
62 | struct soc_camera_host_ops *ops; | 59 | struct soc_camera_host_ops *ops; |
@@ -69,13 +66,13 @@ struct soc_camera_host_ops { | |||
69 | int (*set_fmt_cap)(struct soc_camera_device *, __u32, | 66 | int (*set_fmt_cap)(struct soc_camera_device *, __u32, |
70 | struct v4l2_rect *); | 67 | struct v4l2_rect *); |
71 | int (*try_fmt_cap)(struct soc_camera_device *, struct v4l2_format *); | 68 | int (*try_fmt_cap)(struct soc_camera_device *, struct v4l2_format *); |
69 | void (*init_videobuf)(struct videobuf_queue *, | ||
70 | struct soc_camera_device *); | ||
72 | int (*reqbufs)(struct soc_camera_file *, struct v4l2_requestbuffers *); | 71 | int (*reqbufs)(struct soc_camera_file *, struct v4l2_requestbuffers *); |
73 | int (*querycap)(struct soc_camera_host *, struct v4l2_capability *); | 72 | int (*querycap)(struct soc_camera_host *, struct v4l2_capability *); |
74 | int (*try_bus_param)(struct soc_camera_device *, __u32); | 73 | int (*try_bus_param)(struct soc_camera_device *, __u32); |
75 | int (*set_bus_param)(struct soc_camera_device *, __u32); | 74 | int (*set_bus_param)(struct soc_camera_device *, __u32); |
76 | unsigned int (*poll)(struct file *, poll_table *); | 75 | unsigned int (*poll)(struct file *, poll_table *); |
77 | spinlock_t* (*spinlock_alloc)(struct soc_camera_file *); | ||
78 | void (*spinlock_free)(spinlock_t *); | ||
79 | }; | 76 | }; |
80 | 77 | ||
81 | struct soc_camera_link { | 78 | struct soc_camera_link { |
@@ -156,11 +153,12 @@ static inline struct v4l2_queryctrl const *soc_camera_find_qctrl( | |||
156 | #define SOCAM_DATAWIDTH_8 (1 << 6) | 153 | #define SOCAM_DATAWIDTH_8 (1 << 6) |
157 | #define SOCAM_DATAWIDTH_9 (1 << 7) | 154 | #define SOCAM_DATAWIDTH_9 (1 << 7) |
158 | #define SOCAM_DATAWIDTH_10 (1 << 8) | 155 | #define SOCAM_DATAWIDTH_10 (1 << 8) |
159 | #define SOCAM_PCLK_SAMPLE_RISING (1 << 9) | 156 | #define SOCAM_DATAWIDTH_16 (1 << 9) |
160 | #define SOCAM_PCLK_SAMPLE_FALLING (1 << 10) | 157 | #define SOCAM_PCLK_SAMPLE_RISING (1 << 10) |
158 | #define SOCAM_PCLK_SAMPLE_FALLING (1 << 11) | ||
161 | 159 | ||
162 | #define SOCAM_DATAWIDTH_MASK (SOCAM_DATAWIDTH_8 | SOCAM_DATAWIDTH_9 | \ | 160 | #define SOCAM_DATAWIDTH_MASK (SOCAM_DATAWIDTH_8 | SOCAM_DATAWIDTH_9 | \ |
163 | SOCAM_DATAWIDTH_10) | 161 | SOCAM_DATAWIDTH_10 | SOCAM_DATAWIDTH_16) |
164 | 162 | ||
165 | static inline unsigned long soc_camera_bus_param_compatible( | 163 | static inline unsigned long soc_camera_bus_param_compatible( |
166 | unsigned long camera_flags, unsigned long bus_flags) | 164 | unsigned long camera_flags, unsigned long bus_flags) |
diff --git a/include/media/soc_camera_platform.h b/include/media/soc_camera_platform.h new file mode 100644 index 000000000000..851f18220984 --- /dev/null +++ b/include/media/soc_camera_platform.h | |||
@@ -0,0 +1,15 @@ | |||
1 | #ifndef __SOC_CAMERA_H__ | ||
2 | #define __SOC_CAMERA_H__ | ||
3 | |||
4 | #include <linux/videodev2.h> | ||
5 | |||
6 | struct soc_camera_platform_info { | ||
7 | int iface; | ||
8 | char *format_name; | ||
9 | unsigned long format_depth; | ||
10 | struct v4l2_pix_format format; | ||
11 | unsigned long bus_param; | ||
12 | int (*set_capture)(struct soc_camera_platform_info *info, int enable); | ||
13 | }; | ||
14 | |||
15 | #endif /* __SOC_CAMERA_H__ */ | ||
diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h index 5660ea24996b..a8ad75a9152a 100644 --- a/include/media/tveeprom.h +++ b/include/media/tveeprom.h | |||
@@ -3,7 +3,12 @@ | |||
3 | 3 | ||
4 | struct tveeprom { | 4 | struct tveeprom { |
5 | u32 has_radio; | 5 | u32 has_radio; |
6 | u32 has_ir; /* bit 0: IR receiver present, bit 1: IR transmitter (blaster) present. -1 == unknown */ | 6 | /* If has_ir == 0, then it is unknown what the IR capabilities are, |
7 | otherwise: | ||
8 | bit 0: 1 (= IR capabilities are known) | ||
9 | bit 1: IR receiver present | ||
10 | bit 2: IR transmitter (blaster) present */ | ||
11 | u32 has_ir; | ||
7 | u32 has_MAC_address; /* 0: no MAC, 1: MAC present, 2: unknown */ | 12 | u32 has_MAC_address; /* 0: no MAC, 1: MAC present, 2: unknown */ |
8 | 13 | ||
9 | u32 tuner_type; | 14 | u32 tuner_type; |
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 2a527742701a..41b509babf3f 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -90,7 +90,10 @@ enum { | |||
90 | /* module m52790: just ident 52790 */ | 90 | /* module m52790: just ident 52790 */ |
91 | V4L2_IDENT_M52790 = 52790, | 91 | V4L2_IDENT_M52790 = 52790, |
92 | 92 | ||
93 | /* module msp34xx: reserved range 34000-34999 */ | 93 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ |
94 | V4L2_IDENT_MSPX4XX = 34000, /* generic MSPX4XX identifier, only | ||
95 | use internally (tveeprom.c). */ | ||
96 | |||
94 | V4L2_IDENT_MSP3400B = 34002, | 97 | V4L2_IDENT_MSP3400B = 34002, |
95 | V4L2_IDENT_MSP3410B = 34102, | 98 | V4L2_IDENT_MSP3410B = 34102, |
96 | 99 | ||
@@ -142,7 +145,7 @@ enum { | |||
142 | V4L2_IDENT_MSP3457G = 34577, | 145 | V4L2_IDENT_MSP3457G = 34577, |
143 | V4L2_IDENT_MSP3467G = 34677, | 146 | V4L2_IDENT_MSP3467G = 34677, |
144 | 147 | ||
145 | /* module msp44xx: reserved range 44000-44999 */ | 148 | /* module msp3400: reserved range 34000-34999 and 44000-44999 */ |
146 | V4L2_IDENT_MSP4400G = 44007, | 149 | V4L2_IDENT_MSP4400G = 44007, |
147 | V4L2_IDENT_MSP4410G = 44107, | 150 | V4L2_IDENT_MSP4410G = 44107, |
148 | V4L2_IDENT_MSP4420G = 44207, | 151 | V4L2_IDENT_MSP4420G = 44207, |
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 020d05758bd8..07d3a9a575d1 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -28,12 +28,6 @@ | |||
28 | 28 | ||
29 | #include <media/v4l2-dev.h> | 29 | #include <media/v4l2-dev.h> |
30 | 30 | ||
31 | /* v4l debugging and diagnostics */ | ||
32 | |||
33 | /* Debug bitmask flags to be used on V4L2 */ | ||
34 | #define V4L2_DEBUG_IOCTL 0x01 | ||
35 | #define V4L2_DEBUG_IOCTL_ARG 0x02 | ||
36 | |||
37 | /* Common printk constucts for v4l-i2c drivers. These macros create a unique | 31 | /* Common printk constucts for v4l-i2c drivers. These macros create a unique |
38 | prefix consisting of the driver name, the adapter number and the i2c | 32 | prefix consisting of the driver name, the adapter number and the i2c |
39 | address. */ | 33 | address. */ |
@@ -61,21 +55,20 @@ | |||
61 | v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \ | 55 | v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \ |
62 | } while (0) | 56 | } while (0) |
63 | 57 | ||
58 | /* ------------------------------------------------------------------------- */ | ||
64 | 59 | ||
65 | /* Use this macro for non-I2C drivers. Pass the driver name as the first arg. */ | 60 | /* Priority helper functions */ |
66 | #define v4l_print_ioctl(name, cmd) \ | ||
67 | do { \ | ||
68 | printk(KERN_DEBUG "%s: ", name); \ | ||
69 | v4l_printk_ioctl(cmd); \ | ||
70 | } while (0) | ||
71 | 61 | ||
72 | /* Use this macro in I2C drivers where 'client' is the struct i2c_client | 62 | struct v4l2_prio_state { |
73 | pointer */ | 63 | atomic_t prios[4]; |
74 | #define v4l_i2c_print_ioctl(client, cmd) \ | 64 | }; |
75 | do { \ | 65 | int v4l2_prio_init(struct v4l2_prio_state *global); |
76 | v4l_client_printk(KERN_DEBUG, client, ""); \ | 66 | int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, |
77 | v4l_printk_ioctl(cmd); \ | 67 | enum v4l2_priority new); |
78 | } while (0) | 68 | int v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local); |
69 | int v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority *local); | ||
70 | enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global); | ||
71 | int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority *local); | ||
79 | 72 | ||
80 | /* ------------------------------------------------------------------------- */ | 73 | /* ------------------------------------------------------------------------- */ |
81 | 74 | ||
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 859f7a6f6f67..2745e1afc722 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #ifndef _V4L2_DEV_H | 9 | #ifndef _V4L2_DEV_H |
10 | #define _V4L2_DEV_H | 10 | #define _V4L2_DEV_H |
11 | 11 | ||
12 | #define OBSOLETE_OWNER 1 /* to be removed soon */ | ||
13 | #define OBSOLETE_DEVDATA 1 /* to be removed soon */ | 12 | #define OBSOLETE_DEVDATA 1 /* to be removed soon */ |
14 | 13 | ||
15 | #include <linux/poll.h> | 14 | #include <linux/poll.h> |
@@ -17,11 +16,7 @@ | |||
17 | #include <linux/device.h> | 16 | #include <linux/device.h> |
18 | #include <linux/mutex.h> | 17 | #include <linux/mutex.h> |
19 | #include <linux/compiler.h> /* need __user */ | 18 | #include <linux/compiler.h> /* need __user */ |
20 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
21 | #include <linux/videodev.h> | ||
22 | #else | ||
23 | #include <linux/videodev2.h> | 19 | #include <linux/videodev2.h> |
24 | #endif | ||
25 | 20 | ||
26 | #define VIDEO_MAJOR 81 | 21 | #define VIDEO_MAJOR 81 |
27 | /* Minor device allocation */ | 22 | /* Minor device allocation */ |
@@ -39,42 +34,7 @@ | |||
39 | #define VFL_TYPE_RADIO 2 | 34 | #define VFL_TYPE_RADIO 2 |
40 | #define VFL_TYPE_VTX 3 | 35 | #define VFL_TYPE_VTX 3 |
41 | 36 | ||
42 | /* Video standard functions */ | 37 | struct v4l2_ioctl_callbacks; |
43 | extern const char *v4l2_norm_to_name(v4l2_std_id id); | ||
44 | extern int v4l2_video_std_construct(struct v4l2_standard *vs, | ||
45 | int id, const char *name); | ||
46 | /* Prints the ioctl in a human-readable format */ | ||
47 | extern void v4l_printk_ioctl(unsigned int cmd); | ||
48 | |||
49 | /* prority handling */ | ||
50 | struct v4l2_prio_state { | ||
51 | atomic_t prios[4]; | ||
52 | }; | ||
53 | int v4l2_prio_init(struct v4l2_prio_state *global); | ||
54 | int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local, | ||
55 | enum v4l2_priority new); | ||
56 | int v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local); | ||
57 | int v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority *local); | ||
58 | enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global); | ||
59 | int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority *local); | ||
60 | |||
61 | /* names for fancy debug output */ | ||
62 | extern char *v4l2_field_names[]; | ||
63 | extern char *v4l2_type_names[]; | ||
64 | |||
65 | /* Compatibility layer interface -- v4l1-compat module */ | ||
66 | typedef int (*v4l2_kioctl)(struct inode *inode, struct file *file, | ||
67 | unsigned int cmd, void *arg); | ||
68 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
69 | int v4l_compat_translate_ioctl(struct inode *inode, struct file *file, | ||
70 | int cmd, void *arg, v4l2_kioctl driver_ioctl); | ||
71 | #else | ||
72 | #define v4l_compat_translate_ioctl(inode,file,cmd,arg,ioctl) -EINVAL | ||
73 | #endif | ||
74 | |||
75 | /* 32 Bits compatibility layer for 64 bits processors */ | ||
76 | extern long v4l_compat_ioctl32(struct file *file, unsigned int cmd, | ||
77 | unsigned long arg); | ||
78 | 38 | ||
79 | /* | 39 | /* |
80 | * Newer version of video_device, handled by videodev2.c | 40 | * Newer version of video_device, handled by videodev2.c |
@@ -88,16 +48,17 @@ struct video_device | |||
88 | const struct file_operations *fops; | 48 | const struct file_operations *fops; |
89 | 49 | ||
90 | /* sysfs */ | 50 | /* sysfs */ |
91 | struct device class_dev; /* v4l device */ | 51 | struct device dev; /* v4l device */ |
92 | struct device *dev; /* device parent */ | 52 | struct device *parent; /* device parent */ |
93 | 53 | ||
94 | /* device info */ | 54 | /* device info */ |
95 | char name[32]; | 55 | char name[32]; |
96 | int type; /* v4l1 */ | 56 | int vfl_type; |
97 | int type2; /* v4l2 */ | ||
98 | int minor; | 57 | int minor; |
58 | /* attribute to differentiate multiple indices on one physical device */ | ||
59 | int index; | ||
99 | 60 | ||
100 | int debug; /* Activates debug level*/ | 61 | int debug; /* Activates debug level*/ |
101 | 62 | ||
102 | /* Video standard vars */ | 63 | /* Video standard vars */ |
103 | v4l2_std_id tvnorms; /* Supported tv norms */ | 64 | v4l2_std_id tvnorms; /* Supported tv norms */ |
@@ -107,278 +68,36 @@ struct video_device | |||
107 | void (*release)(struct video_device *vfd); | 68 | void (*release)(struct video_device *vfd); |
108 | 69 | ||
109 | /* ioctl callbacks */ | 70 | /* ioctl callbacks */ |
71 | const struct v4l2_ioctl_ops *ioctl_ops; | ||
110 | 72 | ||
111 | /* VIDIOC_QUERYCAP handler */ | 73 | #ifdef OBSOLETE_DEVDATA /* to be removed soon */ |
112 | int (*vidioc_querycap)(struct file *file, void *fh, struct v4l2_capability *cap); | 74 | /* dev->driver_data will be used instead some day. |
113 | 75 | * Use the video_{get|set}_drvdata() helper functions, | |
114 | /* Priority handling */ | 76 | * so the switch over will be transparent for you. |
115 | int (*vidioc_g_priority) (struct file *file, void *fh, | 77 | * Or use {pci|usb}_{get|set}_drvdata() directly. */ |
116 | enum v4l2_priority *p); | 78 | void *priv; |
117 | int (*vidioc_s_priority) (struct file *file, void *fh, | ||
118 | enum v4l2_priority p); | ||
119 | |||
120 | /* VIDIOC_ENUM_FMT handlers */ | ||
121 | int (*vidioc_enum_fmt_cap) (struct file *file, void *fh, | ||
122 | struct v4l2_fmtdesc *f); | ||
123 | int (*vidioc_enum_fmt_overlay) (struct file *file, void *fh, | ||
124 | struct v4l2_fmtdesc *f); | ||
125 | int (*vidioc_enum_fmt_vbi) (struct file *file, void *fh, | ||
126 | struct v4l2_fmtdesc *f); | ||
127 | int (*vidioc_enum_fmt_vbi_capture) (struct file *file, void *fh, | ||
128 | struct v4l2_fmtdesc *f); | ||
129 | int (*vidioc_enum_fmt_video_output)(struct file *file, void *fh, | ||
130 | struct v4l2_fmtdesc *f); | ||
131 | int (*vidioc_enum_fmt_output_overlay) (struct file *file, void *fh, | ||
132 | struct v4l2_fmtdesc *f); | ||
133 | int (*vidioc_enum_fmt_vbi_output) (struct file *file, void *fh, | ||
134 | struct v4l2_fmtdesc *f); | ||
135 | int (*vidioc_enum_fmt_type_private)(struct file *file, void *fh, | ||
136 | struct v4l2_fmtdesc *f); | ||
137 | |||
138 | /* VIDIOC_G_FMT handlers */ | ||
139 | int (*vidioc_g_fmt_cap) (struct file *file, void *fh, | ||
140 | struct v4l2_format *f); | ||
141 | int (*vidioc_g_fmt_overlay) (struct file *file, void *fh, | ||
142 | struct v4l2_format *f); | ||
143 | int (*vidioc_g_fmt_vbi) (struct file *file, void *fh, | ||
144 | struct v4l2_format *f); | ||
145 | int (*vidioc_g_fmt_vbi_output) (struct file *file, void *fh, | ||
146 | struct v4l2_format *f); | ||
147 | int (*vidioc_g_fmt_vbi_capture)(struct file *file, void *fh, | ||
148 | struct v4l2_format *f); | ||
149 | int (*vidioc_g_fmt_video_output)(struct file *file, void *fh, | ||
150 | struct v4l2_format *f); | ||
151 | int (*vidioc_g_fmt_output_overlay) (struct file *file, void *fh, | ||
152 | struct v4l2_format *f); | ||
153 | int (*vidioc_g_fmt_type_private)(struct file *file, void *fh, | ||
154 | struct v4l2_format *f); | ||
155 | |||
156 | /* VIDIOC_S_FMT handlers */ | ||
157 | int (*vidioc_s_fmt_cap) (struct file *file, void *fh, | ||
158 | struct v4l2_format *f); | ||
159 | |||
160 | int (*vidioc_s_fmt_overlay) (struct file *file, void *fh, | ||
161 | struct v4l2_format *f); | ||
162 | int (*vidioc_s_fmt_vbi) (struct file *file, void *fh, | ||
163 | struct v4l2_format *f); | ||
164 | int (*vidioc_s_fmt_vbi_output) (struct file *file, void *fh, | ||
165 | struct v4l2_format *f); | ||
166 | int (*vidioc_s_fmt_vbi_capture)(struct file *file, void *fh, | ||
167 | struct v4l2_format *f); | ||
168 | int (*vidioc_s_fmt_video_output)(struct file *file, void *fh, | ||
169 | struct v4l2_format *f); | ||
170 | int (*vidioc_s_fmt_output_overlay) (struct file *file, void *fh, | ||
171 | struct v4l2_format *f); | ||
172 | int (*vidioc_s_fmt_type_private)(struct file *file, void *fh, | ||
173 | struct v4l2_format *f); | ||
174 | |||
175 | /* VIDIOC_TRY_FMT handlers */ | ||
176 | int (*vidioc_try_fmt_cap) (struct file *file, void *fh, | ||
177 | struct v4l2_format *f); | ||
178 | int (*vidioc_try_fmt_overlay) (struct file *file, void *fh, | ||
179 | struct v4l2_format *f); | ||
180 | int (*vidioc_try_fmt_vbi) (struct file *file, void *fh, | ||
181 | struct v4l2_format *f); | ||
182 | int (*vidioc_try_fmt_vbi_output) (struct file *file, void *fh, | ||
183 | struct v4l2_format *f); | ||
184 | int (*vidioc_try_fmt_vbi_capture)(struct file *file, void *fh, | ||
185 | struct v4l2_format *f); | ||
186 | int (*vidioc_try_fmt_video_output)(struct file *file, void *fh, | ||
187 | struct v4l2_format *f); | ||
188 | int (*vidioc_try_fmt_output_overlay)(struct file *file, void *fh, | ||
189 | struct v4l2_format *f); | ||
190 | int (*vidioc_try_fmt_type_private)(struct file *file, void *fh, | ||
191 | struct v4l2_format *f); | ||
192 | |||
193 | /* Buffer handlers */ | ||
194 | int (*vidioc_reqbufs) (struct file *file, void *fh, struct v4l2_requestbuffers *b); | ||
195 | int (*vidioc_querybuf)(struct file *file, void *fh, struct v4l2_buffer *b); | ||
196 | int (*vidioc_qbuf) (struct file *file, void *fh, struct v4l2_buffer *b); | ||
197 | int (*vidioc_dqbuf) (struct file *file, void *fh, struct v4l2_buffer *b); | ||
198 | |||
199 | |||
200 | int (*vidioc_overlay) (struct file *file, void *fh, unsigned int i); | ||
201 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
202 | /* buffer type is struct vidio_mbuf * */ | ||
203 | int (*vidiocgmbuf) (struct file *file, void *fh, struct video_mbuf *p); | ||
204 | #endif | ||
205 | int (*vidioc_g_fbuf) (struct file *file, void *fh, | ||
206 | struct v4l2_framebuffer *a); | ||
207 | int (*vidioc_s_fbuf) (struct file *file, void *fh, | ||
208 | struct v4l2_framebuffer *a); | ||
209 | |||
210 | /* Stream on/off */ | ||
211 | int (*vidioc_streamon) (struct file *file, void *fh, enum v4l2_buf_type i); | ||
212 | int (*vidioc_streamoff)(struct file *file, void *fh, enum v4l2_buf_type i); | ||
213 | |||
214 | /* Standard handling | ||
215 | G_STD and ENUMSTD are handled by videodev.c | ||
216 | */ | ||
217 | int (*vidioc_s_std) (struct file *file, void *fh, v4l2_std_id *norm); | ||
218 | int (*vidioc_querystd) (struct file *file, void *fh, v4l2_std_id *a); | ||
219 | |||
220 | /* Input handling */ | ||
221 | int (*vidioc_enum_input)(struct file *file, void *fh, | ||
222 | struct v4l2_input *inp); | ||
223 | int (*vidioc_g_input) (struct file *file, void *fh, unsigned int *i); | ||
224 | int (*vidioc_s_input) (struct file *file, void *fh, unsigned int i); | ||
225 | |||
226 | /* Output handling */ | ||
227 | int (*vidioc_enumoutput) (struct file *file, void *fh, | ||
228 | struct v4l2_output *a); | ||
229 | int (*vidioc_g_output) (struct file *file, void *fh, unsigned int *i); | ||
230 | int (*vidioc_s_output) (struct file *file, void *fh, unsigned int i); | ||
231 | |||
232 | /* Control handling */ | ||
233 | int (*vidioc_queryctrl) (struct file *file, void *fh, | ||
234 | struct v4l2_queryctrl *a); | ||
235 | int (*vidioc_g_ctrl) (struct file *file, void *fh, | ||
236 | struct v4l2_control *a); | ||
237 | int (*vidioc_s_ctrl) (struct file *file, void *fh, | ||
238 | struct v4l2_control *a); | ||
239 | int (*vidioc_g_ext_ctrls) (struct file *file, void *fh, | ||
240 | struct v4l2_ext_controls *a); | ||
241 | int (*vidioc_s_ext_ctrls) (struct file *file, void *fh, | ||
242 | struct v4l2_ext_controls *a); | ||
243 | int (*vidioc_try_ext_ctrls) (struct file *file, void *fh, | ||
244 | struct v4l2_ext_controls *a); | ||
245 | int (*vidioc_querymenu) (struct file *file, void *fh, | ||
246 | struct v4l2_querymenu *a); | ||
247 | |||
248 | /* Audio ioctls */ | ||
249 | int (*vidioc_enumaudio) (struct file *file, void *fh, | ||
250 | struct v4l2_audio *a); | ||
251 | int (*vidioc_g_audio) (struct file *file, void *fh, | ||
252 | struct v4l2_audio *a); | ||
253 | int (*vidioc_s_audio) (struct file *file, void *fh, | ||
254 | struct v4l2_audio *a); | ||
255 | |||
256 | /* Audio out ioctls */ | ||
257 | int (*vidioc_enumaudout) (struct file *file, void *fh, | ||
258 | struct v4l2_audioout *a); | ||
259 | int (*vidioc_g_audout) (struct file *file, void *fh, | ||
260 | struct v4l2_audioout *a); | ||
261 | int (*vidioc_s_audout) (struct file *file, void *fh, | ||
262 | struct v4l2_audioout *a); | ||
263 | int (*vidioc_g_modulator) (struct file *file, void *fh, | ||
264 | struct v4l2_modulator *a); | ||
265 | int (*vidioc_s_modulator) (struct file *file, void *fh, | ||
266 | struct v4l2_modulator *a); | ||
267 | /* Crop ioctls */ | ||
268 | int (*vidioc_cropcap) (struct file *file, void *fh, | ||
269 | struct v4l2_cropcap *a); | ||
270 | int (*vidioc_g_crop) (struct file *file, void *fh, | ||
271 | struct v4l2_crop *a); | ||
272 | int (*vidioc_s_crop) (struct file *file, void *fh, | ||
273 | struct v4l2_crop *a); | ||
274 | /* Compression ioctls */ | ||
275 | int (*vidioc_g_jpegcomp) (struct file *file, void *fh, | ||
276 | struct v4l2_jpegcompression *a); | ||
277 | int (*vidioc_s_jpegcomp) (struct file *file, void *fh, | ||
278 | struct v4l2_jpegcompression *a); | ||
279 | int (*vidioc_g_enc_index) (struct file *file, void *fh, | ||
280 | struct v4l2_enc_idx *a); | ||
281 | int (*vidioc_encoder_cmd) (struct file *file, void *fh, | ||
282 | struct v4l2_encoder_cmd *a); | ||
283 | int (*vidioc_try_encoder_cmd) (struct file *file, void *fh, | ||
284 | struct v4l2_encoder_cmd *a); | ||
285 | |||
286 | /* Stream type-dependent parameter ioctls */ | ||
287 | int (*vidioc_g_parm) (struct file *file, void *fh, | ||
288 | struct v4l2_streamparm *a); | ||
289 | int (*vidioc_s_parm) (struct file *file, void *fh, | ||
290 | struct v4l2_streamparm *a); | ||
291 | |||
292 | /* Tuner ioctls */ | ||
293 | int (*vidioc_g_tuner) (struct file *file, void *fh, | ||
294 | struct v4l2_tuner *a); | ||
295 | int (*vidioc_s_tuner) (struct file *file, void *fh, | ||
296 | struct v4l2_tuner *a); | ||
297 | int (*vidioc_g_frequency) (struct file *file, void *fh, | ||
298 | struct v4l2_frequency *a); | ||
299 | int (*vidioc_s_frequency) (struct file *file, void *fh, | ||
300 | struct v4l2_frequency *a); | ||
301 | |||
302 | /* Sliced VBI cap */ | ||
303 | int (*vidioc_g_sliced_vbi_cap) (struct file *file, void *fh, | ||
304 | struct v4l2_sliced_vbi_cap *a); | ||
305 | |||
306 | /* Log status ioctl */ | ||
307 | int (*vidioc_log_status) (struct file *file, void *fh); | ||
308 | |||
309 | |||
310 | /* Debugging ioctls */ | ||
311 | #ifdef CONFIG_VIDEO_ADV_DEBUG | ||
312 | int (*vidioc_g_register) (struct file *file, void *fh, | ||
313 | struct v4l2_register *reg); | ||
314 | int (*vidioc_s_register) (struct file *file, void *fh, | ||
315 | struct v4l2_register *reg); | ||
316 | #endif | ||
317 | int (*vidioc_g_chip_ident) (struct file *file, void *fh, | ||
318 | struct v4l2_chip_ident *chip); | ||
319 | |||
320 | /* For other private ioctls */ | ||
321 | int (*vidioc_default) (struct file *file, void *fh, | ||
322 | int cmd, void *arg); | ||
323 | |||
324 | |||
325 | #ifdef OBSOLETE_OWNER /* to be removed soon */ | ||
326 | /* obsolete -- fops->owner is used instead */ | ||
327 | struct module *owner; | ||
328 | /* dev->driver_data will be used instead some day. | ||
329 | * Use the video_{get|set}_drvdata() helper functions, | ||
330 | * so the switch over will be transparent for you. | ||
331 | * Or use {pci|usb}_{get|set}_drvdata() directly. */ | ||
332 | void *priv; | ||
333 | #endif | 79 | #endif |
334 | 80 | ||
335 | /* for videodev.c intenal usage -- please don't touch */ | 81 | /* for videodev.c internal usage -- please don't touch */ |
336 | int users; /* video_exclusive_{open|close} ... */ | 82 | int users; /* video_exclusive_{open|close} ... */ |
337 | struct mutex lock; /* ... helper function uses these */ | 83 | struct mutex lock; /* ... helper function uses these */ |
338 | }; | 84 | }; |
339 | 85 | ||
340 | /* Class-dev to video-device */ | 86 | /* Class-dev to video-device */ |
341 | #define to_video_device(cd) container_of(cd, struct video_device, class_dev) | 87 | #define to_video_device(cd) container_of(cd, struct video_device, dev) |
342 | 88 | ||
343 | /* Version 2 functions */ | 89 | /* Version 2 functions */ |
344 | extern int video_register_device(struct video_device *vfd, int type, int nr); | 90 | extern int video_register_device(struct video_device *vfd, int type, int nr); |
91 | int video_register_device_index(struct video_device *vfd, int type, int nr, | ||
92 | int index); | ||
345 | void video_unregister_device(struct video_device *); | 93 | void video_unregister_device(struct video_device *); |
346 | extern int video_ioctl2(struct inode *inode, struct file *file, | ||
347 | unsigned int cmd, unsigned long arg); | ||
348 | 94 | ||
349 | /* helper functions to alloc / release struct video_device, the | 95 | /* helper functions to alloc / release struct video_device, the |
350 | later can be used for video_device->release() */ | 96 | later can be used for video_device->release() */ |
351 | struct video_device *video_device_alloc(void); | 97 | struct video_device *video_device_alloc(void); |
352 | void video_device_release(struct video_device *vfd); | 98 | void video_device_release(struct video_device *vfd); |
353 | 99 | ||
354 | /* Include support for obsoleted stuff */ | 100 | #ifdef OBSOLETE_DEVDATA /* to be removed soon */ |
355 | extern int video_usercopy(struct inode *inode, struct file *file, | ||
356 | unsigned int cmd, unsigned long arg, | ||
357 | int (*func)(struct inode *inode, struct file *file, | ||
358 | unsigned int cmd, void *arg)); | ||
359 | |||
360 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
361 | #include <linux/mm.h> | ||
362 | |||
363 | static inline int __must_check | ||
364 | video_device_create_file(struct video_device *vfd, | ||
365 | struct device_attribute *attr) | ||
366 | { | ||
367 | int ret = device_create_file(&vfd->class_dev, attr); | ||
368 | if (ret < 0) | ||
369 | printk(KERN_WARNING "%s error: %d\n", __FUNCTION__, ret); | ||
370 | return ret; | ||
371 | } | ||
372 | static inline void | ||
373 | video_device_remove_file(struct video_device *vfd, | ||
374 | struct device_attribute *attr) | ||
375 | { | ||
376 | device_remove_file(&vfd->class_dev, attr); | ||
377 | } | ||
378 | |||
379 | #endif /* CONFIG_VIDEO_V4L1_COMPAT */ | ||
380 | |||
381 | #ifdef OBSOLETE_OWNER /* to be removed soon */ | ||
382 | /* helper functions to access driver private data. */ | 101 | /* helper functions to access driver private data. */ |
383 | static inline void *video_get_drvdata(struct video_device *dev) | 102 | static inline void *video_get_drvdata(struct video_device *dev) |
384 | { | 103 | { |
@@ -390,9 +109,6 @@ static inline void video_set_drvdata(struct video_device *dev, void *data) | |||
390 | dev->priv = data; | 109 | dev->priv = data; |
391 | } | 110 | } |
392 | 111 | ||
393 | #endif | ||
394 | |||
395 | #ifdef OBSOLETE_DEVDATA /* to be removed soon */ | ||
396 | /* Obsolete stuff - Still needed for radio devices and obsolete drivers */ | 112 | /* Obsolete stuff - Still needed for radio devices and obsolete drivers */ |
397 | extern struct video_device* video_devdata(struct file*); | 113 | extern struct video_device* video_devdata(struct file*); |
398 | extern int video_exclusive_open(struct inode *inode, struct file *file); | 114 | extern int video_exclusive_open(struct inode *inode, struct file *file); |
diff --git a/include/media/v4l2-i2c-drv-legacy.h b/include/media/v4l2-i2c-drv-legacy.h index 878562278b67..975ffbf4e2c5 100644 --- a/include/media/v4l2-i2c-drv-legacy.h +++ b/include/media/v4l2-i2c-drv-legacy.h | |||
@@ -68,7 +68,6 @@ static int v4l2_i2c_drv_detach_legacy(struct i2c_client *client) | |||
68 | if (err) | 68 | if (err) |
69 | return err; | 69 | return err; |
70 | kfree(client); | 70 | kfree(client); |
71 | |||
72 | return 0; | 71 | return 0; |
73 | } | 72 | } |
74 | 73 | ||
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h new file mode 100644 index 000000000000..dc6404618555 --- /dev/null +++ b/include/media/v4l2-ioctl.h | |||
@@ -0,0 +1,301 @@ | |||
1 | /* | ||
2 | * | ||
3 | * V 4 L 2 D R I V E R H E L P E R A P I | ||
4 | * | ||
5 | * Moved from videodev2.h | ||
6 | * | ||
7 | * Some commonly needed functions for drivers (v4l2-common.o module) | ||
8 | */ | ||
9 | #ifndef _V4L2_IOCTL_H | ||
10 | #define _V4L2_IOCTL_H | ||
11 | |||
12 | #include <linux/poll.h> | ||
13 | #include <linux/fs.h> | ||
14 | #include <linux/device.h> | ||
15 | #include <linux/mutex.h> | ||
16 | #include <linux/compiler.h> /* need __user */ | ||
17 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
18 | #include <linux/videodev.h> | ||
19 | #else | ||
20 | #include <linux/videodev2.h> | ||
21 | #endif | ||
22 | |||
23 | struct v4l2_ioctl_ops { | ||
24 | /* ioctl callbacks */ | ||
25 | |||
26 | /* VIDIOC_QUERYCAP handler */ | ||
27 | int (*vidioc_querycap)(struct file *file, void *fh, struct v4l2_capability *cap); | ||
28 | |||
29 | /* Priority handling */ | ||
30 | int (*vidioc_g_priority) (struct file *file, void *fh, | ||
31 | enum v4l2_priority *p); | ||
32 | int (*vidioc_s_priority) (struct file *file, void *fh, | ||
33 | enum v4l2_priority p); | ||
34 | |||
35 | /* VIDIOC_ENUM_FMT handlers */ | ||
36 | int (*vidioc_enum_fmt_vid_cap) (struct file *file, void *fh, | ||
37 | struct v4l2_fmtdesc *f); | ||
38 | int (*vidioc_enum_fmt_vid_overlay) (struct file *file, void *fh, | ||
39 | struct v4l2_fmtdesc *f); | ||
40 | int (*vidioc_enum_fmt_vid_out) (struct file *file, void *fh, | ||
41 | struct v4l2_fmtdesc *f); | ||
42 | #if 1 | ||
43 | /* deprecated, will be removed in 2.6.28 */ | ||
44 | int (*vidioc_enum_fmt_vbi_cap) (struct file *file, void *fh, | ||
45 | struct v4l2_fmtdesc *f); | ||
46 | #endif | ||
47 | int (*vidioc_enum_fmt_type_private)(struct file *file, void *fh, | ||
48 | struct v4l2_fmtdesc *f); | ||
49 | |||
50 | /* VIDIOC_G_FMT handlers */ | ||
51 | int (*vidioc_g_fmt_vid_cap) (struct file *file, void *fh, | ||
52 | struct v4l2_format *f); | ||
53 | int (*vidioc_g_fmt_vid_overlay)(struct file *file, void *fh, | ||
54 | struct v4l2_format *f); | ||
55 | int (*vidioc_g_fmt_vid_out) (struct file *file, void *fh, | ||
56 | struct v4l2_format *f); | ||
57 | int (*vidioc_g_fmt_vid_out_overlay)(struct file *file, void *fh, | ||
58 | struct v4l2_format *f); | ||
59 | int (*vidioc_g_fmt_vbi_cap) (struct file *file, void *fh, | ||
60 | struct v4l2_format *f); | ||
61 | int (*vidioc_g_fmt_vbi_out) (struct file *file, void *fh, | ||
62 | struct v4l2_format *f); | ||
63 | int (*vidioc_g_fmt_sliced_vbi_cap)(struct file *file, void *fh, | ||
64 | struct v4l2_format *f); | ||
65 | int (*vidioc_g_fmt_sliced_vbi_out)(struct file *file, void *fh, | ||
66 | struct v4l2_format *f); | ||
67 | int (*vidioc_g_fmt_type_private)(struct file *file, void *fh, | ||
68 | struct v4l2_format *f); | ||
69 | |||
70 | /* VIDIOC_S_FMT handlers */ | ||
71 | int (*vidioc_s_fmt_vid_cap) (struct file *file, void *fh, | ||
72 | struct v4l2_format *f); | ||
73 | int (*vidioc_s_fmt_vid_overlay)(struct file *file, void *fh, | ||
74 | struct v4l2_format *f); | ||
75 | int (*vidioc_s_fmt_vid_out) (struct file *file, void *fh, | ||
76 | struct v4l2_format *f); | ||
77 | int (*vidioc_s_fmt_vid_out_overlay)(struct file *file, void *fh, | ||
78 | struct v4l2_format *f); | ||
79 | int (*vidioc_s_fmt_vbi_cap) (struct file *file, void *fh, | ||
80 | struct v4l2_format *f); | ||
81 | int (*vidioc_s_fmt_vbi_out) (struct file *file, void *fh, | ||
82 | struct v4l2_format *f); | ||
83 | int (*vidioc_s_fmt_sliced_vbi_cap)(struct file *file, void *fh, | ||
84 | struct v4l2_format *f); | ||
85 | int (*vidioc_s_fmt_sliced_vbi_out)(struct file *file, void *fh, | ||
86 | struct v4l2_format *f); | ||
87 | int (*vidioc_s_fmt_type_private)(struct file *file, void *fh, | ||
88 | struct v4l2_format *f); | ||
89 | |||
90 | /* VIDIOC_TRY_FMT handlers */ | ||
91 | int (*vidioc_try_fmt_vid_cap) (struct file *file, void *fh, | ||
92 | struct v4l2_format *f); | ||
93 | int (*vidioc_try_fmt_vid_overlay)(struct file *file, void *fh, | ||
94 | struct v4l2_format *f); | ||
95 | int (*vidioc_try_fmt_vid_out) (struct file *file, void *fh, | ||
96 | struct v4l2_format *f); | ||
97 | int (*vidioc_try_fmt_vid_out_overlay)(struct file *file, void *fh, | ||
98 | struct v4l2_format *f); | ||
99 | int (*vidioc_try_fmt_vbi_cap) (struct file *file, void *fh, | ||
100 | struct v4l2_format *f); | ||
101 | int (*vidioc_try_fmt_vbi_out) (struct file *file, void *fh, | ||
102 | struct v4l2_format *f); | ||
103 | int (*vidioc_try_fmt_sliced_vbi_cap)(struct file *file, void *fh, | ||
104 | struct v4l2_format *f); | ||
105 | int (*vidioc_try_fmt_sliced_vbi_out)(struct file *file, void *fh, | ||
106 | struct v4l2_format *f); | ||
107 | int (*vidioc_try_fmt_type_private)(struct file *file, void *fh, | ||
108 | struct v4l2_format *f); | ||
109 | |||
110 | /* Buffer handlers */ | ||
111 | int (*vidioc_reqbufs) (struct file *file, void *fh, struct v4l2_requestbuffers *b); | ||
112 | int (*vidioc_querybuf)(struct file *file, void *fh, struct v4l2_buffer *b); | ||
113 | int (*vidioc_qbuf) (struct file *file, void *fh, struct v4l2_buffer *b); | ||
114 | int (*vidioc_dqbuf) (struct file *file, void *fh, struct v4l2_buffer *b); | ||
115 | |||
116 | |||
117 | int (*vidioc_overlay) (struct file *file, void *fh, unsigned int i); | ||
118 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
119 | /* buffer type is struct vidio_mbuf * */ | ||
120 | int (*vidiocgmbuf) (struct file *file, void *fh, struct video_mbuf *p); | ||
121 | #endif | ||
122 | int (*vidioc_g_fbuf) (struct file *file, void *fh, | ||
123 | struct v4l2_framebuffer *a); | ||
124 | int (*vidioc_s_fbuf) (struct file *file, void *fh, | ||
125 | struct v4l2_framebuffer *a); | ||
126 | |||
127 | /* Stream on/off */ | ||
128 | int (*vidioc_streamon) (struct file *file, void *fh, enum v4l2_buf_type i); | ||
129 | int (*vidioc_streamoff)(struct file *file, void *fh, enum v4l2_buf_type i); | ||
130 | |||
131 | /* Standard handling | ||
132 | ENUMSTD is handled by videodev.c | ||
133 | */ | ||
134 | int (*vidioc_g_std) (struct file *file, void *fh, v4l2_std_id *norm); | ||
135 | int (*vidioc_s_std) (struct file *file, void *fh, v4l2_std_id *norm); | ||
136 | int (*vidioc_querystd) (struct file *file, void *fh, v4l2_std_id *a); | ||
137 | |||
138 | /* Input handling */ | ||
139 | int (*vidioc_enum_input)(struct file *file, void *fh, | ||
140 | struct v4l2_input *inp); | ||
141 | int (*vidioc_g_input) (struct file *file, void *fh, unsigned int *i); | ||
142 | int (*vidioc_s_input) (struct file *file, void *fh, unsigned int i); | ||
143 | |||
144 | /* Output handling */ | ||
145 | int (*vidioc_enum_output) (struct file *file, void *fh, | ||
146 | struct v4l2_output *a); | ||
147 | int (*vidioc_g_output) (struct file *file, void *fh, unsigned int *i); | ||
148 | int (*vidioc_s_output) (struct file *file, void *fh, unsigned int i); | ||
149 | |||
150 | /* Control handling */ | ||
151 | int (*vidioc_queryctrl) (struct file *file, void *fh, | ||
152 | struct v4l2_queryctrl *a); | ||
153 | int (*vidioc_g_ctrl) (struct file *file, void *fh, | ||
154 | struct v4l2_control *a); | ||
155 | int (*vidioc_s_ctrl) (struct file *file, void *fh, | ||
156 | struct v4l2_control *a); | ||
157 | int (*vidioc_g_ext_ctrls) (struct file *file, void *fh, | ||
158 | struct v4l2_ext_controls *a); | ||
159 | int (*vidioc_s_ext_ctrls) (struct file *file, void *fh, | ||
160 | struct v4l2_ext_controls *a); | ||
161 | int (*vidioc_try_ext_ctrls) (struct file *file, void *fh, | ||
162 | struct v4l2_ext_controls *a); | ||
163 | int (*vidioc_querymenu) (struct file *file, void *fh, | ||
164 | struct v4l2_querymenu *a); | ||
165 | |||
166 | /* Audio ioctls */ | ||
167 | int (*vidioc_enumaudio) (struct file *file, void *fh, | ||
168 | struct v4l2_audio *a); | ||
169 | int (*vidioc_g_audio) (struct file *file, void *fh, | ||
170 | struct v4l2_audio *a); | ||
171 | int (*vidioc_s_audio) (struct file *file, void *fh, | ||
172 | struct v4l2_audio *a); | ||
173 | |||
174 | /* Audio out ioctls */ | ||
175 | int (*vidioc_enumaudout) (struct file *file, void *fh, | ||
176 | struct v4l2_audioout *a); | ||
177 | int (*vidioc_g_audout) (struct file *file, void *fh, | ||
178 | struct v4l2_audioout *a); | ||
179 | int (*vidioc_s_audout) (struct file *file, void *fh, | ||
180 | struct v4l2_audioout *a); | ||
181 | int (*vidioc_g_modulator) (struct file *file, void *fh, | ||
182 | struct v4l2_modulator *a); | ||
183 | int (*vidioc_s_modulator) (struct file *file, void *fh, | ||
184 | struct v4l2_modulator *a); | ||
185 | /* Crop ioctls */ | ||
186 | int (*vidioc_cropcap) (struct file *file, void *fh, | ||
187 | struct v4l2_cropcap *a); | ||
188 | int (*vidioc_g_crop) (struct file *file, void *fh, | ||
189 | struct v4l2_crop *a); | ||
190 | int (*vidioc_s_crop) (struct file *file, void *fh, | ||
191 | struct v4l2_crop *a); | ||
192 | /* Compression ioctls */ | ||
193 | int (*vidioc_g_jpegcomp) (struct file *file, void *fh, | ||
194 | struct v4l2_jpegcompression *a); | ||
195 | int (*vidioc_s_jpegcomp) (struct file *file, void *fh, | ||
196 | struct v4l2_jpegcompression *a); | ||
197 | int (*vidioc_g_enc_index) (struct file *file, void *fh, | ||
198 | struct v4l2_enc_idx *a); | ||
199 | int (*vidioc_encoder_cmd) (struct file *file, void *fh, | ||
200 | struct v4l2_encoder_cmd *a); | ||
201 | int (*vidioc_try_encoder_cmd) (struct file *file, void *fh, | ||
202 | struct v4l2_encoder_cmd *a); | ||
203 | |||
204 | /* Stream type-dependent parameter ioctls */ | ||
205 | int (*vidioc_g_parm) (struct file *file, void *fh, | ||
206 | struct v4l2_streamparm *a); | ||
207 | int (*vidioc_s_parm) (struct file *file, void *fh, | ||
208 | struct v4l2_streamparm *a); | ||
209 | |||
210 | /* Tuner ioctls */ | ||
211 | int (*vidioc_g_tuner) (struct file *file, void *fh, | ||
212 | struct v4l2_tuner *a); | ||
213 | int (*vidioc_s_tuner) (struct file *file, void *fh, | ||
214 | struct v4l2_tuner *a); | ||
215 | int (*vidioc_g_frequency) (struct file *file, void *fh, | ||
216 | struct v4l2_frequency *a); | ||
217 | int (*vidioc_s_frequency) (struct file *file, void *fh, | ||
218 | struct v4l2_frequency *a); | ||
219 | |||
220 | /* Sliced VBI cap */ | ||
221 | int (*vidioc_g_sliced_vbi_cap) (struct file *file, void *fh, | ||
222 | struct v4l2_sliced_vbi_cap *a); | ||
223 | |||
224 | /* Log status ioctl */ | ||
225 | int (*vidioc_log_status) (struct file *file, void *fh); | ||
226 | |||
227 | int (*vidioc_s_hw_freq_seek) (struct file *file, void *fh, | ||
228 | struct v4l2_hw_freq_seek *a); | ||
229 | |||
230 | /* Debugging ioctls */ | ||
231 | #ifdef CONFIG_VIDEO_ADV_DEBUG | ||
232 | int (*vidioc_g_register) (struct file *file, void *fh, | ||
233 | struct v4l2_register *reg); | ||
234 | int (*vidioc_s_register) (struct file *file, void *fh, | ||
235 | struct v4l2_register *reg); | ||
236 | #endif | ||
237 | int (*vidioc_g_chip_ident) (struct file *file, void *fh, | ||
238 | struct v4l2_chip_ident *chip); | ||
239 | |||
240 | /* For other private ioctls */ | ||
241 | int (*vidioc_default) (struct file *file, void *fh, | ||
242 | int cmd, void *arg); | ||
243 | }; | ||
244 | |||
245 | |||
246 | /* v4l debugging and diagnostics */ | ||
247 | |||
248 | /* Debug bitmask flags to be used on V4L2 */ | ||
249 | #define V4L2_DEBUG_IOCTL 0x01 | ||
250 | #define V4L2_DEBUG_IOCTL_ARG 0x02 | ||
251 | |||
252 | /* Use this macro for non-I2C drivers. Pass the driver name as the first arg. */ | ||
253 | #define v4l_print_ioctl(name, cmd) \ | ||
254 | do { \ | ||
255 | printk(KERN_DEBUG "%s: ", name); \ | ||
256 | v4l_printk_ioctl(cmd); \ | ||
257 | } while (0) | ||
258 | |||
259 | /* Use this macro in I2C drivers where 'client' is the struct i2c_client | ||
260 | pointer */ | ||
261 | #define v4l_i2c_print_ioctl(client, cmd) \ | ||
262 | do { \ | ||
263 | v4l_client_printk(KERN_DEBUG, client, ""); \ | ||
264 | v4l_printk_ioctl(cmd); \ | ||
265 | } while (0) | ||
266 | |||
267 | /* Video standard functions */ | ||
268 | extern const char *v4l2_norm_to_name(v4l2_std_id id); | ||
269 | extern int v4l2_video_std_construct(struct v4l2_standard *vs, | ||
270 | int id, const char *name); | ||
271 | /* Prints the ioctl in a human-readable format */ | ||
272 | extern void v4l_printk_ioctl(unsigned int cmd); | ||
273 | |||
274 | /* names for fancy debug output */ | ||
275 | extern const char *v4l2_field_names[]; | ||
276 | extern const char *v4l2_type_names[]; | ||
277 | |||
278 | /* Compatibility layer interface -- v4l1-compat module */ | ||
279 | typedef int (*v4l2_kioctl)(struct inode *inode, struct file *file, | ||
280 | unsigned int cmd, void *arg); | ||
281 | #ifdef CONFIG_VIDEO_V4L1_COMPAT | ||
282 | int v4l_compat_translate_ioctl(struct inode *inode, struct file *file, | ||
283 | int cmd, void *arg, v4l2_kioctl driver_ioctl); | ||
284 | #else | ||
285 | #define v4l_compat_translate_ioctl(inode, file, cmd, arg, ioctl) (-EINVAL) | ||
286 | #endif | ||
287 | |||
288 | /* 32 Bits compatibility layer for 64 bits processors */ | ||
289 | extern long v4l_compat_ioctl32(struct file *file, unsigned int cmd, | ||
290 | unsigned long arg); | ||
291 | |||
292 | extern int video_ioctl2(struct inode *inode, struct file *file, | ||
293 | unsigned int cmd, unsigned long arg); | ||
294 | |||
295 | /* Include support for obsoleted stuff */ | ||
296 | extern int video_usercopy(struct inode *inode, struct file *file, | ||
297 | unsigned int cmd, unsigned long arg, | ||
298 | int (*func)(struct inode *inode, struct file *file, | ||
299 | unsigned int cmd, void *arg)); | ||
300 | |||
301 | #endif /* _V4L2_IOCTL_H */ | ||
diff --git a/include/media/videobuf-dma-contig.h b/include/media/videobuf-dma-contig.h new file mode 100644 index 000000000000..549386681aab --- /dev/null +++ b/include/media/videobuf-dma-contig.h | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * helper functions for physically contiguous capture buffers | ||
3 | * | ||
4 | * The functions support hardware lacking scatter gather support | ||
5 | * (i.e. the buffers must be linear in physical memory) | ||
6 | * | ||
7 | * Copyright (c) 2008 Magnus Damm | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 | ||
12 | */ | ||
13 | #ifndef _VIDEOBUF_DMA_CONTIG_H | ||
14 | #define _VIDEOBUF_DMA_CONTIG_H | ||
15 | |||
16 | #include <linux/dma-mapping.h> | ||
17 | #include <media/videobuf-core.h> | ||
18 | |||
19 | void videobuf_queue_dma_contig_init(struct videobuf_queue *q, | ||
20 | struct videobuf_queue_ops *ops, | ||
21 | struct device *dev, | ||
22 | spinlock_t *irqlock, | ||
23 | enum v4l2_buf_type type, | ||
24 | enum v4l2_field field, | ||
25 | unsigned int msize, | ||
26 | void *priv); | ||
27 | |||
28 | dma_addr_t videobuf_to_dma_contig(struct videobuf_buffer *buf); | ||
29 | void videobuf_dma_contig_free(struct videobuf_queue *q, | ||
30 | struct videobuf_buffer *buf); | ||
31 | |||
32 | #endif /* _VIDEOBUF_DMA_CONTIG_H */ | ||
diff --git a/include/media/videobuf-dma-sg.h b/include/media/videobuf-dma-sg.h index be8da269ee33..90edd22d343c 100644 --- a/include/media/videobuf-dma-sg.h +++ b/include/media/videobuf-dma-sg.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * helper functions for SG DMA video4linux capture buffers | 2 | * helper functions for SG DMA video4linux capture buffers |
3 | * | 3 | * |
4 | * The functions expect the hardware being able to scatter gatter | 4 | * The functions expect the hardware being able to scatter gather |
5 | * (i.e. the buffers are not linear in physical memory, but fragmented | 5 | * (i.e. the buffers are not linear in physical memory, but fragmented |
6 | * into PAGE_SIZE chunks). They also assume the driver does not need | 6 | * into PAGE_SIZE chunks). They also assume the driver does not need |
7 | * to touch the video data. | 7 | * to touch the video data. |
diff --git a/include/media/videobuf-vmalloc.h b/include/media/videobuf-vmalloc.h index aed39460c154..e87222c6a125 100644 --- a/include/media/videobuf-vmalloc.h +++ b/include/media/videobuf-vmalloc.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * helper functions for vmalloc capture buffers | 2 | * helper functions for vmalloc capture buffers |
3 | * | 3 | * |
4 | * The functions expect the hardware being able to scatter gatter | 4 | * The functions expect the hardware being able to scatter gather |
5 | * (i.e. the buffers are not linear in physical memory, but fragmented | 5 | * (i.e. the buffers are not linear in physical memory, but fragmented |
6 | * into PAGE_SIZE chunks). They also assume the driver does not need | 6 | * into PAGE_SIZE chunks). They also assume the driver does not need |
7 | * to touch the video data. | 7 | * to touch the video data. |