Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dextract-ikconfig14 cf1='IKCFG_ST\037\213\010'
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
/Linux-v4.19/include/linux/platform_data/
Dapds990x.h51 int cf1; member
/Linux-v4.19/drivers/misc/
Dapds990x.c120 int cf1; member
310 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
455 iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux()
1095 chip->cf.cf1 = 4096; /* 1.00 * APDS_PARAM_SCALE */ in apds990x_probe()
1107 (chip->cf.cf1 - chip->cf.cf2); in apds990x_probe()
1108 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1109 chip->cf.cf1; in apds990x_probe()
1111 chip->cf.cf1; in apds990x_probe()
/Linux-v4.19/net/mac80211/
Dutil.c2664 int cf1, cf2; in ieee80211_chandef_vht_oper() local
2669 cf1 = ieee80211_channel_to_frequency(oper->center_freq_seg0_idx, in ieee80211_chandef_vht_oper()
2679 new.center_freq1 = cf1; in ieee80211_chandef_vht_oper()
2697 new.center_freq1 = cf1; in ieee80211_chandef_vht_oper()
2701 new.center_freq1 = cf1; in ieee80211_chandef_vht_oper()
Dibss.c1389 u32 width, cf1, cf2 = 0; in ieee80211_ibss_setup_scan_channels() local
1409 cf1 = chandef->center_freq1; in ieee80211_ibss_setup_scan_channels()
1411 n_chan = ibss_setup_channels(wiphy, channels, channels_max, cf1, width); in ieee80211_ibss_setup_scan_channels()