diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-av-core.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-av-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-av-core.h b/drivers/media/video/cx18/cx18-av-core.h index b67d8df20cc6..a07988c6f5cd 100644 --- a/drivers/media/video/cx18/cx18-av-core.h +++ b/drivers/media/video/cx18/cx18-av-core.h | |||
@@ -302,6 +302,9 @@ struct cx18_av_state { | |||
302 | int cx18_av_write(struct cx18 *cx, u16 addr, u8 value); | 302 | int cx18_av_write(struct cx18 *cx, u16 addr, u8 value); |
303 | int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value); | 303 | int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value); |
304 | int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value); | 304 | int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value); |
305 | int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask); | ||
306 | int cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval, | ||
307 | u32 mask); | ||
305 | u8 cx18_av_read(struct cx18 *cx, u16 addr); | 308 | u8 cx18_av_read(struct cx18 *cx, u16 addr); |
306 | u32 cx18_av_read4(struct cx18 *cx, u16 addr); | 309 | u32 cx18_av_read4(struct cx18 *cx, u16 addr); |
307 | u32 cx18_av_read4_noretry(struct cx18 *cx, u16 addr); | 310 | u32 cx18_av_read4_noretry(struct cx18 *cx, u16 addr); |