Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-vp3054-i2c.c28 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_bit_setscl()
45 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_bit_setsda()
103 dev->vp3054 = vp3054_i2c; in vp3054_i2c_probe()
122 kfree(dev->vp3054); in vp3054_i2c_probe()
123 dev->vp3054 = NULL; in vp3054_i2c_probe()
132 struct vp3054_i2c_state *vp3054_i2c = dev->vp3054; in vp3054_i2c_remove()
DMakefile12 obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o
Dcx88.h571 struct vp3054_i2c_state *vp3054; member
Dcx88-dvb.c1165 &dev->vp3054->adap); in dvb_register()