summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-01 13:19:40 +0000
committerHans Verkuil <devnull@localhost>2006-01-01 13:19:40 +0000
commitaed249933ee45e7cb2f7a401d4aa9312386367fa (patch)
treea2615acbacd33cf1a07440b08e654391aaf9eb1f /linux/drivers
parente3a72190b72cc2085c7e8f1c3f1bc049ebd761e6 (diff)
downloadmediapointer-dvb-s2-aed249933ee45e7cb2f7a401d4aa9312386367fa.tar.gz
mediapointer-dvb-s2-aed249933ee45e7cb2f7a401d4aa9312386367fa.tar.bz2
Made API names consistent.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/cx2341x.h88
1 files changed, 44 insertions, 44 deletions
diff --git a/linux/drivers/media/video/cx2341x.h b/linux/drivers/media/video/cx2341x.h
index fc2ddb13f..a6cffa1ed 100644
--- a/linux/drivers/media/video/cx2341x.h
+++ b/linux/drivers/media/video/cx2341x.h
@@ -30,66 +30,66 @@
#define CX2341X_DEC_PING_FW 0x00
#define CX2341X_DEC_START_PLAYBACK 0x01
#define CX2341X_DEC_STOP_PLAYBACK 0x02
-#define CX2341X_DEC_PLAYBACK_SPEED 0x03
+#define CX2341X_DEC_SET_PLAYBACK_SPEED 0x03
#define CX2341X_DEC_STEP_VIDEO 0x05
-#define CX2341X_DEC_DMA_BLOCKSIZE 0x08
-#define CX2341X_DEC_XFER_INFO 0x09
-#define CX2341X_DEC_DMA_STATUS 0x0a
-#define CX2341X_DEC_DMA_FROM_HOST 0x0b
+#define CX2341X_DEC_SET_DMA_BLOCKSIZE 0x08
+#define CX2341X_DEC_GET_XFER_INFO 0x09
+#define CX2341X_DEC_GET_DMA_STATUS 0x0a
+#define CX2341X_DEC_SCHED_DMA_FROM_HOST 0x0b
#define CX2341X_DEC_PAUSE_PLAYBACK 0x0d
#define CX2341X_DEC_HALT_FW 0x0e
-#define CX2341X_DEC_DISP_STANDARD 0x10
-#define CX2341X_DEC_GETVER 0x11
-#define CX2341X_DEC_STREAM_INPUT 0x14
-#define CX2341X_DEC_TIMING_INFO 0x15
-#define CX2341X_DEC_SELECT_AUDIO 0x16
-#define CX2341X_DEC_EVENT_NOTIFICATION 0x17
-#define CX2341X_DEC_DISPLAY_BUFFERS 0x18
+#define CX2341X_DEC_SET_STANDARD 0x10
+#define CX2341X_DEC_GET_VERSION 0x11
+#define CX2341X_DEC_SET_STREAM_INPUT 0x14
+#define CX2341X_DEC_GET_TIMING_INFO 0x15
+#define CX2341X_DEC_SET_AUDIO_MODE 0x16
+#define CX2341X_DEC_SET_EVENT_NOTIFICATION 0x17
+#define CX2341X_DEC_SET_DISPLAY_BUFFERS 0x18
#define CX2341X_DEC_EXTRACT_VBI 0x19
-#define CX2341X_DEC_DECODE_SOURCE 0x1a
-#define CX2341X_DEC_AUDIO_OUTPUT 0x1b
+#define CX2341X_DEC_SET_DECODER_SOURCE 0x1a
+#define CX2341X_DEC_SET_AUDIO_OUTPUT 0x1b
#define CX2341X_DEC_SET_AV_DELAY 0x1c
-#define CX2341X_DEC_BUFFER 0x1e
+#define CX2341X_DEC_SET_PREBUFFERING 0x1e
/* MPEG encoder API */
#define CX2341X_ENC_PING_FW 0x80
#define CX2341X_ENC_BEGIN_CAPTURE 0x81
#define CX2341X_ENC_END_CAPTURE 0x82
-#define CX2341X_ENC_ASSIGN_AUDIO_ID 0x89
-#define CX2341X_ENC_ASSIGN_VIDEO_ID 0x8b
-#define CX2341X_ENC_ASSIGN_PCR_ID 0x8d
-#define CX2341X_ENC_ASSIGN_FRAMERATE 0x8f
-#define CX2341X_ENC_ASSIGN_FRAME_SIZE 0x91
-#define CX2341X_ENC_ASSIGN_BITRATES 0x95
-#define CX2341X_ENC_ASSIGN_GOP_PROPERTIES 0x97
-#define CX2341X_ENC_ASSIGN_ASPECT_RATIO 0x99
-#define CX2341X_ENC_ASSIGN_DNR_FILTER_MODE 0x9b
-#define CX2341X_ENC_ASSIGN_DNR_FILTER_PROPS 0x9d
-#define CX2341X_ENC_ASSIGN_CORING_LEVELS 0x9f
-#define CX2341X_ENC_ASSIGN_SPATIAL_FILTER_TYPE 0xa1
-#define CX2341X_ENC_ASSIGN_3_2_PULLDOWN 0xb1
-#define CX2341X_ENC_SELECT_VBI_LINE 0xb7
-#define CX2341X_ENC_ASSIGN_STREAM_TYPE 0xb9
-#define CX2341X_ENC_ASSIGN_OUTPUT_PORT 0xbb
-#define CX2341X_ENC_ASSIGN_AUDIO_PROPERTIES 0xbd
+#define CX2341X_ENC_SET_AUDIO_ID 0x89
+#define CX2341X_ENC_SET_VIDEO_ID 0x8b
+#define CX2341X_ENC_SET_PCR_ID 0x8d
+#define CX2341X_ENC_SET_FRAMERATE 0x8f
+#define CX2341X_ENC_SET_FRAME_SIZE 0x91
+#define CX2341X_ENC_SET_BITRATES 0x95
+#define CX2341X_ENC_SET_GOP_PROPERTIES 0x97
+#define CX2341X_ENC_SET_ASPECT_RATIO 0x99
+#define CX2341X_ENC_SET_DNR_FILTER_MODE 0x9b
+#define CX2341X_ENC_SET_DNR_FILTER_PROPS 0x9d
+#define CX2341X_ENC_SET_CORING_LEVELS 0x9f
+#define CX2341X_ENC_SET_SPATIAL_FILTER_TYPE 0xa1
+#define CX2341X_ENC_SET_3_2_PULLDOWN 0xb1
+#define CX2341X_ENC_SET_VBI_LINE 0xb7
+#define CX2341X_ENC_SET_STREAM_TYPE 0xb9
+#define CX2341X_ENC_SET_OUTPUT_PORT 0xbb
+#define CX2341X_ENC_SET_AUDIO_PROPERTIES 0xbd
#define CX2341X_ENC_HALT_FW 0xc3
-#define CX2341X_ENC_GETVER 0xc4
-#define CX2341X_ENC_ASSIGN_GOP_CLOSURE 0xc5
+#define CX2341X_ENC_GET_VERSION 0xc4
+#define CX2341X_ENC_SET_GOP_CLOSURE 0xc5
#define CX2341X_ENC_GET_SEQ_END 0xc6
-#define CX2341X_ENC_ASSIGN_PGM_INDEX_INFO 0xc7
-#define CX2341X_ENC_CONFIG_VBI 0xc8
-#define CX2341X_ENC_ASSIGN_DMA_BLOCKLEN 0xc9
-#define CX2341X_ENC_PREV_DMA_INFO_MB_10 0xca
-#define CX2341X_ENC_PREV_DMA_INFO_MB_9 0xcb
+#define CX2341X_ENC_SET_PGM_INDEX_INFO 0xc7
+#define CX2341X_ENC_SET_VBI_CONFIG 0xc8
+#define CX2341X_ENC_SET_DMA_BLOCKLEN 0xc9
+#define CX2341X_ENC_GET_PREV_DMA_INFO_MB_10 0xca
+#define CX2341X_ENC_GET_PREV_DMA_INFO_MB_9 0xcb
#define CX2341X_ENC_SCHED_DMA_TO_HOST 0xcc
#define CX2341X_ENC_INITIALIZE_INPUT 0xcd
-#define CX2341X_ENC_ASSIGN_FRAME_DROP_RATE 0xd0
+#define CX2341X_ENC_SET_FRAME_DROP_RATE 0xd0
#define CX2341X_ENC_PAUSE_ENCODER 0xd2
#define CX2341X_ENC_REFRESH_INPUT 0xd3
-#define CX2341X_ENC_ASSIGN_COPYRIGHT 0xd4
-#define CX2341X_ENC_EVENT_NOTIFICATION 0xd5
-#define CX2341X_ENC_ASSIGN_NUM_VSYNC_LINES 0xd6
-#define CX2341X_ENC_ASSIGN_PLACEHOLDER 0xd7
+#define CX2341X_ENC_SET_COPYRIGHT 0xd4
+#define CX2341X_ENC_SET_EVENT_NOTIFICATION 0xd5
+#define CX2341X_ENC_SET_NUM_VSYNC_LINES 0xd6
+#define CX2341X_ENC_SET_PLACEHOLDER 0xd7
#define CX2341X_ENC_MUTE_VIDEO 0xd9
#define CX2341X_ENC_MUTE_AUDIO 0xda
#define CX2341X_ENC_UNKNOWN 0xdb