Searched refs:SensorThresholdIface (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 690 …OLD_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_SENSOR_THRESHOLD, SensorThresholdIface)) 694 typedef struct _SensorThresholdIface SensorThresholdIface; typedef
|
H A D | openbmc_intf.c | 6440 typedef SensorThresholdIface SensorThresholdInterface; 6444 sensor_threshold_default_init (SensorThresholdIface *iface) in G_DEFINE_INTERFACE() 6461 G_STRUCT_OFFSET (SensorThresholdIface, handle_get_state), in G_DEFINE_INTERFACE() 6482 G_STRUCT_OFFSET (SensorThresholdIface, warning), in G_DEFINE_INTERFACE() 6501 G_STRUCT_OFFSET (SensorThresholdIface, critical), in G_DEFINE_INTERFACE() 6520 G_STRUCT_OFFSET (SensorThresholdIface, normal), in G_DEFINE_INTERFACE() 6998 static void sensor_threshold_proxy_iface_init (SensorThresholdIface *iface); 7257 sensor_threshold_proxy_iface_init (SensorThresholdIface *iface) in sensor_threshold_proxy_iface_init() 7740 static void sensor_threshold_skeleton_iface_init (SensorThresholdIface *iface); 8010 sensor_threshold_skeleton_iface_init (SensorThresholdIface *iface) in sensor_threshold_skeleton_iface_init()
|