Searched refs:tda9840 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dmxb.c34 #include "tda9840.h"
138 struct i2c_client* tda9840; member in struct:mxb
171 if ((result = request_module("tda9840")) < 0) {
172 printk("mxb: tda9840 i2c module not available.\n");
208 mxb->tda9840 = client;
217 || 0 == mxb->tda9840 || 0 == mxb->saa7111a || 0 == mxb->tuner ) {
388 mxb->tda9840->driver->command(mxb->tda9840, TDA9840_SWITCH, &mxb->cur_mode);
477 i2c_use_client(mxb->tda9840);
497 i2c_release_client(mxb->tda9840);
[all...]
H A DMakefile32 obj-$(CONFIG_VIDEO_TDA9840) += tda9840.o
H A Dtvaudio.c322 /* audio chip descriptions - defines+functions for tda9840 */
1235 static int tda9840 = 1; variable
1244 static int ta8874z = 0; /* address clash with tda9840 */
1247 module_param(tda9840, int, 0444);
1260 .name = "tda9840",
1262 .insmodopt = &tda9840,

Completed in 105 milliseconds