• Home
  • Raw
  • Download

Lines Matching defs:itv

177 static int ivtv_i2c_new_ir(struct ivtv *itv, u32 hw, const char *type, u8 addr)  in ivtv_i2c_new_ir()
239 struct i2c_client *ivtv_i2c_new_ir_legacy(struct ivtv *itv) in ivtv_i2c_new_ir_legacy()
264 int ivtv_i2c_register(struct ivtv *itv, unsigned idx) in ivtv_i2c_register()
319 struct v4l2_subdev *ivtv_find_hw(struct ivtv *itv, u32 hw) in ivtv_find_hw()
336 static void ivtv_setscl(struct ivtv *itv, int state) in ivtv_setscl()
344 static void ivtv_setsda(struct ivtv *itv, int state) in ivtv_setsda()
352 static int ivtv_getscl(struct ivtv *itv) in ivtv_getscl()
358 static int ivtv_getsda(struct ivtv *itv) in ivtv_getsda()
364 static void ivtv_scldelay(struct ivtv *itv) in ivtv_scldelay()
373 static int ivtv_waitscl(struct ivtv *itv, int val) in ivtv_waitscl()
386 static int ivtv_waitsda(struct ivtv *itv, int val) in ivtv_waitsda()
399 static int ivtv_ack(struct ivtv *itv) in ivtv_ack()
427 static int ivtv_sendbyte(struct ivtv *itv, unsigned char byte) in ivtv_sendbyte()
460 static int ivtv_readbyte(struct ivtv *itv, unsigned char *byte, int nack) in ivtv_readbyte()
492 static int ivtv_start(struct ivtv *itv) in ivtv_start()
518 static int ivtv_stop(struct ivtv *itv) in ivtv_stop()
555 static int ivtv_write(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len, int do_st… in ivtv_write()
578 static int ivtv_read(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len) in ivtv_read()
603 struct ivtv *itv = to_ivtv(v4l2_dev); in ivtv_xfer() local
643 struct ivtv *itv = (struct ivtv *)data; in ivtv_setscl_old() local
657 struct ivtv *itv = (struct ivtv *)data; in ivtv_setsda_old() local
671 struct ivtv *itv = (struct ivtv *)data; in ivtv_getscl_old() local
678 struct ivtv *itv = (struct ivtv *)data; in ivtv_getsda_old() local
707 int init_ivtv_i2c(struct ivtv *itv) in init_ivtv_i2c()
750 void exit_ivtv_i2c(struct ivtv *itv) in exit_ivtv_i2c()