Searched refs:cf1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dapds990x.h23 * @cf1: clear channel factor 1 for raw to lux conversion
37 int cf1; member in struct:apds990x_chip_factors
/linux-master/scripts/
H A Dextract-ikconfig14 cf1='IKCFG_ST\037\213\010'
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
/linux-master/net/mac80211/
H A Dspectmgmt.c29 u32 cf1 = ieee80211_channel_to_frequency(ccfs1, chandef->chan->band); local
41 chandef->center_freq2 = cf1;
52 chandef->center_freq1 = cf1;
55 chandef->center_freq2 = cf1;
H A Dibss.c1364 u32 width, cf1, cf2 = 0; local
1384 cf1 = chandef->center_freq1;
1386 n_chan = ibss_setup_channels(wiphy, channels, channels_max, cf1, width);
H A Dutil.c2918 int cf0, cf1; local
2991 cf1 = ieee80211_channel_to_frequency(ccf1, chandef->chan->band);
3007 new.center_freq1 = cf1;
3010 new.center_freq2 = cf1;
3023 new.center_freq2 = cf1;
/linux-master/drivers/misc/
H A Dapds990x.c106 int cf1; member in struct:reverse_factors
295 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) /
440 iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE;
1079 chip->cf.cf1 = 4096; /* 1.00 * APDS_PARAM_SCALE */
1091 (chip->cf.cf1 - chip->cf.cf2);
1092 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE /
1093 chip->cf.cf1;
1095 chip->cf.cf1;

Completed in 131 milliseconds