Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dextract-ikconfig14 cf1='IKCFG_ST\037\213\010'
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
/linux-6.12.1/net/mac80211/
Dspectmgmt.c29 u32 cf1 = ieee80211_channel_to_frequency(ccfs1, chandef->chan->band); in wbcs_elem_to_chandef() local
41 chandef->center_freq2 = cf1; in wbcs_elem_to_chandef()
52 chandef->center_freq1 = cf1; in wbcs_elem_to_chandef()
55 chandef->center_freq2 = cf1; in wbcs_elem_to_chandef()
Dibss.c1365 u32 width, cf1, cf2 = 0; in ieee80211_ibss_setup_scan_channels() local
1385 cf1 = chandef->center_freq1; in ieee80211_ibss_setup_scan_channels()
1387 n_chan = ibss_setup_channels(wiphy, channels, channels_max, cf1, width); in ieee80211_ibss_setup_scan_channels()
Dutil.c2950 int cf0, cf1; in ieee80211_chandef_vht_oper() local
3023 cf1 = ieee80211_channel_to_frequency(ccf1, chandef->chan->band); in ieee80211_chandef_vht_oper()
3039 new.center_freq1 = cf1; in ieee80211_chandef_vht_oper()
3042 new.center_freq2 = cf1; in ieee80211_chandef_vht_oper()
3055 new.center_freq2 = cf1; in ieee80211_chandef_vht_oper()
/linux-6.12.1/include/linux/platform_data/
Dapds990x.h37 int cf1; member
/linux-6.12.1/drivers/misc/
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()
1079 chip->cf.cf1 = 4096; /* 1.00 * APDS_PARAM_SCALE */ in apds990x_probe()
1091 (chip->cf.cf1 - chip->cf.cf2); in apds990x_probe()
1092 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / in apds990x_probe()
1093 chip->cf.cf1; in apds990x_probe()
1095 chip->cf.cf1; in apds990x_probe()