Home
last modified time | relevance | path

Searched refs:vp3054 (Results 1 – 4 of 4) sorted by relevance

/drivers/media/video/cx88/
Dcx88-vp3054-i2c.c43 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_bit_setscl()
60 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_bit_setsda()
118 dev->vp3054 = vp3054_i2c; in vp3054_i2c_probe()
141 kfree(dev->vp3054); in vp3054_i2c_probe()
142 dev->vp3054 = NULL; in vp3054_i2c_probe()
150 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_i2c_remove()
DMakefile11 obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o
Dcx88.h506 struct vp3054_i2c_state *vp3054; member
Dcx88-dvb.c805 &dev->vp3054->adap); in dvb_register()