aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-30 11:07:03 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-30 15:43:47 -0400
commitb41e44b4cb230747d7ad56e38c9dc65369b1d381 (patch)
tree2f5d8bb553bb7ba223d92049dc72f28b12dfad76 /include/uapi/linux/dvb
parentea8532daee31bc72abfbc9ca7a43cbec0f6c05af (diff)
media: dvb/video.h: get rid of unused APIs
There are a number of other ioctls that aren't used anywhere inside the Kernel tree. Get rid of them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'include/uapi/linux/dvb')
-rw-r--r--include/uapi/linux/dvb/video.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/include/uapi/linux/dvb/video.h b/include/uapi/linux/dvb/video.h
index 6a0c9757b7ba..43ba8b0a3d14 100644
--- a/include/uapi/linux/dvb/video.h
+++ b/include/uapi/linux/dvb/video.h
@@ -38,18 +38,6 @@ typedef enum {
38 38
39 39
40typedef enum { 40typedef enum {
41 VIDEO_SYSTEM_PAL,
42 VIDEO_SYSTEM_NTSC,
43 VIDEO_SYSTEM_PALN,
44 VIDEO_SYSTEM_PALNc,
45 VIDEO_SYSTEM_PALM,
46 VIDEO_SYSTEM_NTSC60,
47 VIDEO_SYSTEM_PAL60,
48 VIDEO_SYSTEM_PALM60
49} video_system_t;
50
51
52typedef enum {
53 VIDEO_PAN_SCAN, /* use pan and scan format */ 41 VIDEO_PAN_SCAN, /* use pan and scan format */
54 VIDEO_LETTER_BOX, /* use letterbox format */ 42 VIDEO_LETTER_BOX, /* use letterbox format */
55 VIDEO_CENTER_CUT_OUT /* use center cut out format */ 43 VIDEO_CENTER_CUT_OUT /* use center cut out format */
@@ -160,38 +148,6 @@ struct video_still_picture {
160}; 148};
161 149
162 150
163typedef
164struct video_highlight {
165 int active; /* 1=show highlight, 0=hide highlight */
166 __u8 contrast1; /* 7- 4 Pattern pixel contrast */
167 /* 3- 0 Background pixel contrast */
168 __u8 contrast2; /* 7- 4 Emphasis pixel-2 contrast */
169 /* 3- 0 Emphasis pixel-1 contrast */
170 __u8 color1; /* 7- 4 Pattern pixel color */
171 /* 3- 0 Background pixel color */
172 __u8 color2; /* 7- 4 Emphasis pixel-2 color */
173 /* 3- 0 Emphasis pixel-1 color */
174 __u32 ypos; /* 23-22 auto action mode */
175 /* 21-12 start y */
176 /* 9- 0 end y */
177 __u32 xpos; /* 23-22 button color number */
178 /* 21-12 start x */
179 /* 9- 0 end x */
180} video_highlight_t;
181
182
183typedef struct video_spu {
184 int active;
185 int stream_id;
186} video_spu_t;
187
188
189typedef struct video_navi_pack {
190 int length; /* 0 ... 1024 */
191 __u8 data[1024];
192} video_navi_pack_t;
193
194
195typedef __u16 video_attributes_t; 151typedef __u16 video_attributes_t;
196/* bits: descr. */ 152/* bits: descr. */
197/* 15-14 Video compression mode (0=MPEG-1, 1=MPEG-2) */ 153/* 15-14 Video compression mode (0=MPEG-1, 1=MPEG-2) */
@@ -236,16 +192,9 @@ typedef __u16 video_attributes_t;
236#define VIDEO_SLOWMOTION _IO('o', 32) 192#define VIDEO_SLOWMOTION _IO('o', 32)
237#define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int) 193#define VIDEO_GET_CAPABILITIES _IOR('o', 33, unsigned int)
238#define VIDEO_CLEAR_BUFFER _IO('o', 34) 194#define VIDEO_CLEAR_BUFFER _IO('o', 34)
239#define VIDEO_SET_ID _IO('o', 35)
240#define VIDEO_SET_STREAMTYPE _IO('o', 36) 195#define VIDEO_SET_STREAMTYPE _IO('o', 36)
241#define VIDEO_SET_FORMAT _IO('o', 37) 196#define VIDEO_SET_FORMAT _IO('o', 37)
242#define VIDEO_SET_SYSTEM _IO('o', 38)
243#define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t)
244#define VIDEO_SET_SPU _IOW('o', 50, video_spu_t)
245#define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t)
246#define VIDEO_SET_ATTRIBUTES _IO('o', 53)
247#define VIDEO_GET_SIZE _IOR('o', 55, video_size_t) 197#define VIDEO_GET_SIZE _IOR('o', 55, video_size_t)
248#define VIDEO_GET_FRAME_RATE _IOR('o', 56, unsigned int)
249 198
250/** 199/**
251 * VIDEO_GET_PTS 200 * VIDEO_GET_PTS