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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ds5h1409.c365 static int s5h1409_set_if_freq(struct dvb_frontend *fe, int KHz) argument
369 dprintk("%s(%d KHz)\n", __func__, KHz);
371 switch (KHz) {
385 state->if_freq = KHz;
H A Ds5h1411.c388 static int s5h1411_set_if_freq(struct dvb_frontend *fe, int KHz) argument
392 dprintk("%s(%d KHz)\n", __func__, KHz);
394 switch (KHz) {
411 dprintk("%s(%d KHz) Invalid, defaulting to 5380\n",
412 __func__, KHz);
422 state->if_freq = KHz;

Completed in 78 milliseconds