Searched refs:cf1 (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/scripts/ |
H A D | extract-ikconfig | 14 cf1='IKCFG_ST\037\213\010' 19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
|
/linux-4.4.14/include/linux/i2c/ |
H A D | apds990x.h | 37 * @cf1: clear channel factor 1 for raw to lux conversion 51 int cf1; member in struct:apds990x_chip_factors
|
/linux-4.4.14/drivers/misc/ |
H A D | apds990x.c | 120 int cf1; member in struct:reverse_factors 310 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / apds990x_lux_to_threshold() 455 iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE; apds990x_get_lux() 1084 chip->cf.cf1 = 4096; /* 1.00 * APDS_PARAM_SCALE */ apds990x_probe() 1096 (chip->cf.cf1 - chip->cf.cf2); apds990x_probe() 1097 chip->rcf.cf1 = APDS_PARAM_SCALE * APDS_PARAM_SCALE / apds990x_probe() 1098 chip->cf.cf1; apds990x_probe() 1100 chip->cf.cf1; apds990x_probe()
|
/linux-4.4.14/net/mac80211/ |
H A D | ibss.c | 1386 u32 width, cf1, cf2 = 0; ieee80211_ibss_setup_scan_channels() local 1406 cf1 = chandef->center_freq1; ieee80211_ibss_setup_scan_channels() 1408 n_chan = ibss_setup_channels(wiphy, channels, channels_max, cf1, width); ieee80211_ibss_setup_scan_channels()
|
/linux-4.4.14/net/wireless/ |
H A D | chan.c | 506 /* If any of channels unavailable for cf1 just return */ cfg80211_chandef_dfs_available()
|
H A D | trace.h | 151 "band: %d, control freq: %u, width: %d, cf1: %u, cf2: %u"
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 829 #define MSTORM_CORE_CONN_AG_CTX_CF1_MASK 0x3 /* cf1 */ 1142 #define YSTORM_CORE_CONN_AG_CTX_CF1_MASK 0x3 /* cf1 */ 2898 #define MSTORM_ETH_CONN_AG_CTX_CF1_MASK 0x3 /* cf1 */
|
Completed in 251 milliseconds