Home
last modified time | relevance | path

Searched refs:afs (Results 1 – 4 of 4) sorted by relevance

/drivers/media/dvb-frontends/
Dsi21xx.c721 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend() local
771 x1 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend()
772 (afs[i] * 2500) + afs[i] * 2500; in si21xx_set_frontend()
774 x2 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend()
775 (afs[i] * 2500); in si21xx_set_frontend()
784 x1 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend()
785 (afs[i] * 5000) + afs[i] * 5000; in si21xx_set_frontend()
787 x2 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend()
788 (afs[i] * 5000); in si21xx_set_frontend()
806 sample_rate = (u8) afs[i]; in si21xx_set_frontend()
[all …]
Dtda10086.c298 u8 afs = 0; in tda10086_set_symbol_rate() local
313 afs=1; in tda10086_set_symbol_rate()
316 afs=0; in tda10086_set_symbol_rate()
319 afs=1; in tda10086_set_symbol_rate()
322 afs=0; in tda10086_set_symbol_rate()
325 afs=1; in tda10086_set_symbol_rate()
328 afs=0; in tda10086_set_symbol_rate()
331 afs=1; in tda10086_set_symbol_rate()
334 afs=0; in tda10086_set_symbol_rate()
337 afs=1; in tda10086_set_symbol_rate()
[all …]
/drivers/mtd/
DMakefile12 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
/drivers/block/drbd/
Ddrbd_nl.c290 char *afs; in setup_khelper_env() local
298 afs = "ipv6"; in setup_khelper_env()
303 afs = "ipv4"; in setup_khelper_env()
308 afs = "ssocks"; in setup_khelper_env()
312 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()