Home
last modified time | relevance | path

Searched refs:dwell (Results 1 – 13 of 13) sorted by relevance

/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp53 auto& dwell = details.dwell; in sensorUpdated() local
56 if (dwell && value != numericThresholdValue) in sensorUpdated()
59 dwell = false; in sensorUpdated()
71 auto& dwell = details.dwell; in startTimer() local
80 dwell = true; in startTimer()
82 timer.async_wait([this, &sensorName, &dwell, in startTimer()
91 dwell = false; in startTimer()
H A Dnumeric_threshold.cpp50 auto& dwell = details.dwell; in sensorUpdated() local
72 if (dwell && (crossedIncreasing || crossedDecreasing)) in sensorUpdated()
75 dwell = false; in sensorUpdated()
95 auto& dwell = details.dwell; in startTimer() local
104 dwell = true; in startTimer()
106 timer.async_wait([this, &sensorName, &dwell, in startTimer()
115 dwell = false; in startTimer()
H A Dnumeric_threshold.hpp55 bool dwell = false; member
H A Ddiscrete_threshold.hpp54 bool dwell = false; member
/openbmc/phosphor-pid-control/tools/
H A Dfan_rpm_loop_test.sh28 local -i dwell=$4
54 echo "Setting RPM to ${rpm} and sleep ${dwell} seconds"
56 Sleep "${dwell}"
60 Mv /tmp/swampd.log ~/"${start_rpm}_${stop_rpm}_${num_steps}_${dwell}.csv"
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dlmac.h332 __le16 dwell; member
534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
H A Dfwio.c389 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell) in p54_scan() argument
413 head->dwell = cpu_to_le16(dwell); in p54_scan()
/openbmc/linux/Documentation/networking/device_drivers/wifi/
H A Dray_cs.rst86 of hop dwell
104 hop_dwell integer hop dwell time in Kilo-microseconds
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h539 struct iwl_scan_dwell dwell; member
572 struct iwl_scan_dwell dwell; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1046 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() argument
1048 dwell->active = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_fill_scan_dwell()
1049 dwell->passive = IWL_SCAN_DWELL_PASSIVE; in iwl_mvm_fill_scan_dwell()
1050 dwell->fragmented = IWL_SCAN_DWELL_FRAGMENTED; in iwl_mvm_fill_scan_dwell()
1051 dwell->extended = IWL_SCAN_DWELL_EXTENDED; in iwl_mvm_fill_scan_dwell()
1082 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v1()
1133 iwl_mvm_fill_scan_dwell(mvm, &cfg->dwell); in iwl_mvm_fill_scan_config_v2()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c110 __le16 dwell; member
547 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2834 int dwell, i; in hw_scan_work() local
2860 dwell = 120; in hw_scan_work()
2862 dwell = 30; in hw_scan_work()
2902 msecs_to_jiffies(dwell)); in hw_scan_work()
2906 jiffies + msecs_to_jiffies(dwell); in hw_scan_work()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c792 __le16 dwell; member