diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.h b/drivers/media/video/ivtv/ivtv-i2c.h index 022978cf533d..396928a06a54 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.h +++ b/drivers/media/video/ivtv/ivtv-i2c.h | |||
@@ -21,19 +21,8 @@ | |||
21 | #ifndef IVTV_I2C_H | 21 | #ifndef IVTV_I2C_H |
22 | #define IVTV_I2C_H | 22 | #define IVTV_I2C_H |
23 | 23 | ||
24 | int ivtv_cx25840(struct ivtv *itv, unsigned int cmd, void *arg); | ||
25 | int ivtv_saa7115(struct ivtv *itv, unsigned int cmd, void *arg); | ||
26 | int ivtv_saa7127(struct ivtv *itv, unsigned int cmd, void *arg); | ||
27 | int ivtv_saa717x(struct ivtv *itv, unsigned int cmd, void *arg); | ||
28 | int ivtv_upd64031a(struct ivtv *itv, unsigned int cmd, void *arg); | ||
29 | int ivtv_upd64083(struct ivtv *itv, unsigned int cmd, void *arg); | ||
30 | |||
31 | int ivtv_i2c_hw_addr(struct ivtv *itv, u32 hw); | ||
32 | int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg); | ||
33 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); | ||
34 | int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg); | ||
35 | void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg); | ||
36 | int ivtv_i2c_register(struct ivtv *itv, unsigned idx); | 24 | int ivtv_i2c_register(struct ivtv *itv, unsigned idx); |
25 | struct v4l2_subdev *ivtv_find_hw(struct ivtv *itv, u32 hw); | ||
37 | 26 | ||
38 | /* init + register i2c algo-bit adapter */ | 27 | /* init + register i2c algo-bit adapter */ |
39 | int init_ivtv_i2c(struct ivtv *itv); | 28 | int init_ivtv_i2c(struct ivtv *itv); |