Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 14 of 14) sorted by relevance

/openbmc/estoraged/src/
H A Dmain.cpp40 auto getter = std::make_shared<estoraged::GetStorageConfiguration>( in createStorageObjects() local
/openbmc/dbus-sensors/src/
H A DExternalSensorMain.cpp169 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
H A DNVMeSensorMain.cpp228 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
H A DADCSensorMain.cpp97 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
H A DIntrusionSensorMain.cpp244 auto getter = std::make_shared<GetSensorConfiguration>( in getNicNameInfo() local
H A DHwmonTempMain.cpp276 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
H A DFanMain.cpp284 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
H A DExitAirTempSensor.cpp881 auto getter = std::make_shared<GetSensorConfiguration>( in createSensor() local
H A DPSUSensorMain.cpp1070 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-factors.h37 void (*getter)(struct factors_request *req); member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c196 #define fixed(key, getter) { ICE_VERSION_FIXED, key, getter, NULL } argument
197 #define running(key, getter) { ICE_VERSION_RUNNING, key, getter, NULL } argument
198 #define stored(key, getter, fallback) { ICE_VERSION_STORED, key, getter, fallback } argument
223 void (*getter)(struct ice_pf *pf, struct ice_info_ctx *ctx); member
/openbmc/qemu/qom/
H A Dobject.c2619 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint8_ptr() local
2639 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint8_ptr() local
2659 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint16_ptr() local
2679 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint16_ptr() local
2699 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint32_ptr() local
2719 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint32_ptr() local
2739 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint64_ptr() local
2759 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint64_ptr() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c266 u64 (*getter)(const char *payload); member
565 u64 (*getter)(struct mlxsw_sp_port *mlxsw_sp_port); member
/openbmc/linux/include/linux/
H A Dif_team.h166 void (*getter)(struct team *team, struct team_gsetter_ctx *ctx); member