Searched refs:tachs (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_cause.hpp | 158 const auto& tachs = std::get<sensorFuncHealthPos>(fan.second); in satisfied() local 160 std::count_if(tachs.begin(), tachs.end(), in satisfied() 208 const auto& tachs = std::get<sensorFuncHealthPos>(fan.second); in satisfied() local 210 return std::any_of(tachs.begin(), tachs.end(), in satisfied()
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_presence_yaml.pl | 47 my %tachs; 58 next if (exists $tachs{$tach->{SOURCE}}{$tach->{DEST}}); 59 $tachs{$tach->{SOURCE}}{$tach->{DEST}} = 1;
|
H A D | gen_fan_zone_yaml.pl | 49 my %tachs; 64 next if (exists $tachs{$tach->{SOURCE}}{$tach->{DEST}}); 65 $tachs{$tach->{SOURCE}}{$tach->{DEST}} = 1;
|
/openbmc/linux/drivers/hwmon/ |
H A D | pwm-fan.c | 50 struct pwm_fan_tach *tachs; member 82 struct pwm_fan_tach *tach = &ctx->tachs[i]; in sample_timer() 338 *val = ctx->tachs[channel].rpm; in pwm_fan_read() 553 ctx->tachs = devm_kcalloc(dev, ctx->tach_count, in pwm_fan_probe() 556 if (!ctx->tachs) in pwm_fan_probe() 575 struct pwm_fan_tach *tach = &ctx->tachs[i]; in pwm_fan_probe()
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.hpp | 15 std::vector<std::string> tachs; member
|
H A D | ExitAirTempSensor.cpp | 309 cfmLimitIface->register_property("Limit", c2 * maxCFM * tachs.size()); in createMaxCFMIface() 404 totalCFM *= tachs.size(); in getMaxRpm() 420 for (const std::string& tachName : tachs) in calculate() 922 loadVariantPathArray(cfg, "Tachs", sensor->tachs); in createSensor()
|
/openbmc/phosphor-fan-presence/docs/control/fanctl/ |
H A D | README.md | 28 fanctl - Manually control, get fan tachs, view status, reload config,
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adm1026.rst | 35 List of GPIO pins (0-7) to program as fan tachs
|
H A D | asc7621.rst | 78 measurement system for individual tachs in order to save power. That is
|