Searched refs:set_tv_freq (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-3036.c69 set_tv_freq(struct i2c_client *c, int freq) function
156 set_tv_freq(client, *iarg);
H A Dtea5767.c132 static void set_tv_freq(struct i2c_client *c, unsigned int freq) function
353 t->set_tv_freq = set_tv_freq;
H A Dtuner-core.c72 static void set_tv_freq(struct i2c_client *c, unsigned int freq) function
80 if (NULL == t->set_tv_freq) {
95 t->set_tv_freq(c, freq);
140 set_tv_freq(c, freq);
640 set_tv_freq(client, t->tv_freq);
H A Dmt20xx.c356 t->set_tv_freq = mt2032_set_tv_freq;
484 t->set_tv_freq = mt2050_set_tv_freq;
497 t->set_tv_freq = NULL;
H A Dtda8290.c502 static void set_tv_freq(struct i2c_client *c, unsigned int freq) function
637 t->set_tv_freq = set_tv_freq;
H A Dtda9887.c598 t->set_tv_freq = tda9887_set_freq;
H A Dtuner-simple.c487 t->set_tv_freq = default_set_tv_freq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dtuner.h221 void (*set_tv_freq)(struct i2c_client *c, unsigned int freq); member in struct:tuner

Completed in 121 milliseconds