Home
last modified time | relevance | path

Searched refs:SENSOR_THRESHOLD_PROXY (Results 1 – 2 of 2) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c7013 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in G_DEFINE_TYPE_WITH_CODE()
7132 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (_proxy); in sensor_threshold_proxy_g_properties_changed()
7158 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_lower_critical()
7171 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_lower_warning()
7184 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_upper_warning()
7197 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_upper_critical()
7210 SensorThresholdProxy *proxy = SENSOR_THRESHOLD_PROXY (object); in sensor_threshold_proxy_get_state()
H A Dopenbmc_intf.h798 #define SENSOR_THRESHOLD_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_SENSOR_THRESHOLD_PROXY, Se… macro