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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-simple.c258 struct tuner_params *t_params,
264 for (i = 0; i < t_params->count; i++) {
265 if (*frequency > t_params->ranges[i].limit)
269 if (i == t_params->count) {
271 *frequency, t_params->ranges[i - 1].limit);
272 *frequency = t_params->ranges[--i].limit;
274 *config = t_params->ranges[i].config;
275 *cb = t_params->ranges[i].cb;
551 struct tuner_params *t_params; local
580 t_params
257 simple_config_lookup(struct dvb_frontend *fe, struct tuner_params *t_params, unsigned *frequency, u8 *config, u8 *cb) argument
672 struct tuner_params *t_params; local
834 static struct tuner_params *t_params; local
[all...]

Completed in 46 milliseconds