Searched refs:tda9840 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/saa7146/ |
H A D | mxb.c | 149 struct v4l2_subdev *tda9840; member 165 v4l2_subdev_call(mxb->tda9840, o, f, ##args) 252 mxb->tda9840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, &mxb->i2c_adapter, in mxb_probe() 253 "tda9840", I2C_TDA9840, NULL); in mxb_probe() 259 !mxb->tda9840 || !mxb->saa7111a || !mxb->tuner) { in mxb_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7146/ |
H A D | mxb.c | 150 struct v4l2_subdev *tda9840; member 166 v4l2_subdev_call(mxb->tda9840, o, f, ##args) 253 mxb->tda9840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, &mxb->i2c_adapter, in mxb_probe() 254 "tda9840", I2C_TDA9840, NULL); in mxb_probe() 260 !mxb->tda9840 || !mxb->saa7111a || !mxb->tuner) { in mxb_probe()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | Makefile | 14 obj-$(CONFIG_VIDEO_TDA9840) += tda9840.o
|
H A D | tvaudio.c | 394 /* audio chip descriptions - defines+functions for tda9840 */ 1495 static int tda9840 = 1; variable 1505 static int ta8874z; /* default 0 - address clash with tda9840 */ 1508 module_param(tda9840, int, 0444); 1522 .name = "tda9840", 1523 .insmodopt = &tda9840,
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | Makefile | 127 obj-$(CONFIG_VIDEO_TDA9840) += tda9840.o
|
H A D | tvaudio.c | 394 /* audio chip descriptions - defines+functions for tda9840 */ 1495 static int tda9840 = 1; variable 1505 static int ta8874z; /* default 0 - address clash with tda9840 */ 1508 module_param(tda9840, int, 0444); 1522 .name = "tda9840", 1523 .insmodopt = &tda9840,
|
Completed in 10 milliseconds