Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Dsi21xx.c719 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend() local
769 x1 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend()
770 (afs[i] * 2500) + afs[i] * 2500; in si21xx_set_frontend()
772 x2 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend()
773 (afs[i] * 2500); in si21xx_set_frontend()
782 x1 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend()
783 (afs[i] * 5000) + afs[i] * 5000; in si21xx_set_frontend()
785 x2 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend()
786 (afs[i] * 5000); in si21xx_set_frontend()
804 sample_rate = (u8) afs[i]; in si21xx_set_frontend()
[all …]
Dtda10086.c287 u8 afs = 0; in tda10086_set_symbol_rate() local
302 afs=1; in tda10086_set_symbol_rate()
305 afs=0; in tda10086_set_symbol_rate()
308 afs=1; in tda10086_set_symbol_rate()
311 afs=0; in tda10086_set_symbol_rate()
314 afs=1; in tda10086_set_symbol_rate()
317 afs=0; in tda10086_set_symbol_rate()
320 afs=1; in tda10086_set_symbol_rate()
323 afs=0; in tda10086_set_symbol_rate()
326 afs=1; in tda10086_set_symbol_rate()
[all …]
/drivers/mtd/parsers/
DMakefile8 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
/drivers/block/drbd/
Ddrbd_nl.c329 char *afs; in setup_khelper_env() local
337 afs = "ipv6"; in setup_khelper_env()
342 afs = "ipv4"; in setup_khelper_env()
347 afs = "ssocks"; in setup_khelper_env()
351 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()