Searched refs:xc5000_tuner_ops (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 Dxc5000.c392 static const struct dvb_tuner_ops xc5000_tuner_ops; variable in typeref:struct:dvb_tuner_ops
400 if ((freq_hz > xc5000_tuner_ops.info.frequency_max) ||
401 (freq_hz < xc5000_tuner_ops.info.frequency_min))
1008 static const struct dvb_tuner_ops xc5000_tuner_ops = { variable in typeref:struct:dvb_tuner_ops
1099 memcpy(&fe->ops.tuner_ops, &xc5000_tuner_ops,

Completed in 93 milliseconds