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

/linux-master/scripts/
H A Dextract-ikconfig15 cf2='0123456789'
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
/linux-master/include/linux/platform_data/
H A Dapds990x.h25 * @cf2: clear channel factor 2 for raw to lux conversion
39 int cf2; member in struct:apds990x_chip_factors
/linux-master/drivers/misc/
H A Dapds990x.c108 int cf2; member in struct:reverse_factors
298 thres = (chip->rcf.cf2 * thres + chip->rcf.irf2 * ir) /
441 iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE;
1081 chip->cf.cf2 = 2867; /* 0.70 * APDS_PARAM_SCALE */
1091 (chip->cf.cf1 - chip->cf.cf2);
1096 chip->rcf.cf2 = APDS_PARAM_SCALE * APDS_PARAM_SCALE /
1097 chip->cf.cf2;
1099 chip->cf.cf2;
/linux-master/net/mac80211/
H A Dibss.c1364 u32 width, cf1, cf2 = 0; local
1371 cf2 = chandef->center_freq2;
1388 if (cf2)
1390 channels_max - n_chan, cf2,

Completed in 149 milliseconds