Searched refs:_active (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_rule.hpp | 63 _active = false; in cancel() 83 if (!_active && satisfied && (state == _validState)) in check() 90 _active = true; in check() 93 else if (_active && !satisfied) in check() 100 _active = false; in check() 118 return _active; in active() 130 bool _active{false}; member in phosphor::fan::monitor::PowerOffRule
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | profile.hpp | 68 return _active; in isActive() 73 bool _active; member in phosphor::fan::control::json::Profile
|
H A D | profile.cpp | 37 Profile::Profile(const json& jsonObj) : ConfigBase(jsonObj), _active(false) in Profile() 58 _active = handler->second(jsonObj["method"]); in setActive()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-smd-rpm.c | 20 #define __DEFINE_CLK_SMD_RPM_PREFIX(_prefix, _name, _active, \ argument 22 static struct clk_smd_rpm clk_smd_rpm_##_prefix##_active; \ 27 .peer = &clk_smd_rpm_##_prefix##_active, \ 39 static struct clk_smd_rpm clk_smd_rpm_##_prefix##_active = { \ 48 .name = #_active, \ 58 #define __DEFINE_CLK_SMD_RPM(_name, _active, type, r_id, key,\ argument 60 __DEFINE_CLK_SMD_RPM_PREFIX(/* empty */, _name, _active, \ 63 #define __DEFINE_CLK_SMD_RPM_BRANCH_PREFIX(_prefix, _name, _active,\ argument 65 static struct clk_smd_rpm clk_smd_rpm_##_prefix##_active; \ 71 .peer = &clk_smd_rpm_##_prefix##_active, \ [all …]
|
/openbmc/phosphor-fan-presence/control/ |
H A D | zone.cpp | 127 _active[*(group)] = isActiveAllow; in setActiveAllow() 136 _isActive = std::all_of(_active.begin(), _active.end(), actPred); in setActiveAllow()
|
H A D | zone.hpp | 789 std::map<const Group, bool> _active; member in phosphor::fan::control::Zone
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-veyron-analog-audio.dtsi | 81 * HACK: We're going to _pull down_ this _active low_ interrupt
|