Home
last modified time | relevance | path

Searched refs:cf1 (Results 1 – 5 of 5) sorted by relevance

/linux/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/drivers/misc/
H A Dapds990x.c106 int cf1; member
295 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
440 iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux()
1078 chip->cf.cf1 = 4096; /* 1.00 * APDS_PARAM_SCALE */ in apds990x_probe()
1090 (chip->cf.cf1 - chip->cf.cf2); in apds990x_probe()
1091 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1092 chip->cf.cf1; in apds990x_probe()
1094 chip->cf.cf1; in apds990x_probe()
/linux/include/linux/platform_data/
H A Dapds990x.h36 int cf1; member
/linux/net/mac80211/
H A Dutil.c3116 int cf0, cf1; in ieee80211_chandef_vht_oper() local
3189 cf1 = ieee80211_channel_to_frequency(ccf1, chandef->chan->band); in ieee80211_chandef_vht_oper()
3205 new.center_freq1 = cf1; in ieee80211_chandef_vht_oper()
3208 new.center_freq2 = cf1; in ieee80211_chandef_vht_oper()
3221 new.center_freq2 = cf1; in ieee80211_chandef_vht_oper()
H A Dmlme.c386 u32 cf1 = chandef->center_freq1; in ieee80211_determine_ap_chan() local
389 pri_upper = chandef->chan->center_freq > cf1; in ieee80211_determine_ap_chan()