/openbmc/telemetry/src/ |
H A D | discrete_threshold.cpp | 53 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 D | numeric_threshold.cpp | 50 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 D | numeric_threshold.hpp | 55 bool dwell = false; member
|
H A D | discrete_threshold.hpp | 54 bool dwell = false; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 296 * @IWL_MVM_LMAC_SCAN_FLAG_EXTENDED_DWELL: use extended dwell time on channels 333 * @active_dwell: dwell time for active channels 334 * @passive_dwell: dwell time for passive channels 335 * @fragmented_dwell: dwell time for fragmented passive scan 336 * @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases) 505 * @active: default dwell time for active scan 506 * @passive: default dwell time for passive scan 507 * @fragmented: default dwell time for fragmented scan 508 * @extended: default dwell time for channels 1, 6 and 11 525 * @dwell: dwells for the scan [all …]
|
/openbmc/phosphor-pid-control/tools/ |
H A D | fan_rpm_loop_test.sh | 23 # dwell: dwell time at each point, in seconds 28 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Trigger.interface.yaml | 40 dwell time, direction and threshold value. Array is limited by Type 41 enumeration, only 4 elements are allowed. Dwell time specifies for how 47 user id, severity, dwell time and threshold value. Discrete value does 50 of threshold condition. Dwell time specifies for how long condition
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | conf.h | 868 * when it's possible to have longer scan dwell times. 870 * Longer dwell times improve detection of networks within a 878 * when it's possible to have longer scan dwell times. 911 * The minimum dwell time is calculated according to this: 913 * The maximum dwell time is calculated according to this: 918 /* The delta between the min dwell time and max dwell time for 919 * active scans (in TU/1000s). The max dwell time is used by the FW once 924 /* Delta added to min dwell time per each probe in 2.4 GHz (TU/1000) */ 927 /* Delta added to min dwell time per each probe in 5 GHz (TU/1000) */
|
H A D | scan.c | 140 /* configure dwell times according to scan type */ in wlcore_scan_get_channels()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | p2p.c | 98 /* Mask for retry counter of custom dwell time */ 105 * @dwell: dwell time in ms for %WL_P2P_DISC_ST_LISTEN state. 110 __le16 dwell; member 204 * @extra_listen: keep the dwell time to get af response frame. 547 discover_state.dwell = cpu_to_le16(listen_ms); in brcmf_p2p_set_discover_state() 1633 /* increase dwell time to wait for RESP frame */ in brcmf_p2p_pub_af_tx() 1638 /* increase dwell time to wait for CONF frame */ in brcmf_p2p_pub_af_tx() 1647 /* minimize dwell time */ in brcmf_p2p_pub_af_tx() 1654 /* increase dwell time */ in brcmf_p2p_pub_af_tx() 1658 /* minimize dwell time */ in brcmf_p2p_pub_af_tx() [all …]
|
H A D | fwil_types.h | 376 __le32 active_time; /* -1 use default, dwell time per channel for 379 __le32 passive_time; /* -1 use default, dwell time per channel 382 __le32 home_time; /* -1 use default, dwell time for the 420 __le32 active_time; /* -1 use default, dwell time per channel for 423 __le32 passive_time; /* -1 use default, dwell time per channel 426 __le32 home_time; /* -1 use default, dwell time for the 518 __le32 active_time; /* -1 use default, dwell time per channel for 521 __le32 passive_time; /* -1 use default, dwell time per channel 524 __le32 home_time; /* -1 use default, dwell time for the home
|
/openbmc/linux/Documentation/networking/device_drivers/wifi/ |
H A D | ray_cs.rst | 86 of hop dwell 104 hop_dwell integer hop dwell time in Kilo-microseconds
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 24 /* adaptive dwell max budget time [TU] for full scan */ 26 /* adaptive dwell max budget time [TU] for directed scan */ 28 /* adaptive dwell default high band APs number */ 30 /* adaptive dwell default low band APs number */ 32 /* adaptive dwell default APs number in social channels (1, 6, 11) */ 36 /* adaptive dwell number of APs override mask for p2p friendly GO */ 38 /* adaptive dwell number of APs override mask for social channels */ 40 /* adaptive dwell number of APs override for p2p friendly GO channels */ 42 /* adaptive dwell number of APs override for social channels */ 1046 struct iwl_scan_dwell *dwell) in iwl_mvm_fill_scan_dwell() argument [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | chan.h | 10 /* The dwell time in TU before doing rtw89_chanctx_work(). */
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 25 * Must be set longer than active dwell time. 33 /* For reset radio, need minimal dwell time only */ 367 * If we're associated, we clamp the dwell time 98% in iwl_limit_dwell() 699 * dwell is >= quiet; since we use passive scan it'll in iwlagn_request_scan() 780 * need to receive during our dwell time on a channel before in iwlagn_request_scan()
|
H A D | agn.h | 15 /* AUX (TX during scan dwell) queue */ 207 * ACTIVE_QUIET_TIME after sending probe request. This shortens the dwell
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | lmac.h | 332 __le16 dwell; member 534 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell);
|
H A D | fwio.c | 389 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/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.h | 176 #define B43_NPHY_CLIP1_NBDWELL_LEN B43_PHY_N(0x06B) /* Clip1 NB dwell length */ 177 #define B43_NPHY_CLIP2_NBDWELL_LEN B43_PHY_N(0x06C) /* Clip2 NB dwell length */ 178 #define B43_NPHY_W1CLIP1_DWELL_LEN B43_PHY_N(0x06D) /* W1 clip1 dwell length */ 179 #define B43_NPHY_W1CLIP2_DWELL_LEN B43_PHY_N(0x06E) /* W1 clip2 dwell length */ 180 #define B43_NPHY_W2CLIP1_DWELL_LEN B43_PHY_N(0x06F) /* W2 clip1 dwell length */ 390 #define B43_NPHY_CSEN_20IN40_DLEN B43_PHY_N(0x0F7) /* Carrier sense 20 in 40 dwell length */
|
H A D | phy_a.h | 21 #define B43_PHY_ANTDWELL B43_PHY_OFDM(0x2B) /* Antenna dwell */
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.h | 1441 __le16 channel_dwell_time; /* channel Dwell interval */ 1484 * 0: first bytes: idle time(ms) 2nd byte: dwell time(ms) 1485 * 1: first bytes: idle time(8ms) 2nd byte: dwell time(8ms) 1486 * 2: dwell time (16us)
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.h | 113 #define B43legacy_PHY_ANTDWELL B43legacy_PHY_OFDM(0x2B) /* Antenna dwell */
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_qsfp.c | 483 udelay(20); /* Generous RST dwell */ in qib_qsfp_init()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | 260 /* Current FW does not support min-max range for dwell time */ in ath10k_wmi_pno_check()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | core.h | 64 /* Channel dwell time in fg scan */
|