Home
last modified time | relevance | path

Searched refs:_zone (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Ddbus_zone.cpp43 _zone(zone)
61 if (_zone.isPersisted(thermalModeIntf, currentProp)) in current()
75 path /= _zone.getName(); in restoreCurrentMode()
108 path /= _zone.getName(); in saveCurrentMode()
H A Dfan.hpp73 return _zone; in getZone()
162 std::string _zone; member in phosphor::fan::control::json::Fan
H A Ddbus_zone.hpp69 const Zone& _zone; member in phosphor::fan::control::json::DBusZone
H A Dfan.cpp98 _zone = jsonObj["zone"].get<std::string>(); in setZone()
/openbmc/linux/drivers/iio/light/
H A Dlm3533-als.c581 #define ALS_TARGET_ATTR_RW(_channel, _zone) \ argument
582 LM3533_ALS_ATTR(out_current##_channel##_current##_zone##_raw, \
585 LM3533_ATTR_TYPE_TARGET, _channel, _zone)
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_common.c201 #define power_zone_to_rapl_domain(_zone) \ argument
202 container_of(_zone, struct rapl_domain, power_zone)