Searched refs:FanIface (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 169 #define FAN_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FAN, FanIface)) 173 typedef struct _FanIface FanIface; typedef
|
H A D | openbmc_intf.c | 2255 typedef FanIface FanInterface; 2259 fan_default_init (FanIface *iface) in G_DEFINE_INTERFACE() 2277 G_STRUCT_OFFSET (FanIface, handle_set_cooling_zone), in G_DEFINE_INTERFACE() 2299 G_STRUCT_OFFSET (FanIface, handle_get_speed), in G_DEFINE_INTERFACE() 2322 G_STRUCT_OFFSET (FanIface, handle_set_speed), in G_DEFINE_INTERFACE() 2344 G_STRUCT_OFFSET (FanIface, speed_changed), in G_DEFINE_INTERFACE() 2363 G_STRUCT_OFFSET (FanIface, tach_error), in G_DEFINE_INTERFACE() 2898 static void fan_proxy_iface_init (FanIface *iface); 3135 fan_proxy_iface_init (FanIface *iface) in fan_proxy_iface_init() 3596 static void fan_skeleton_iface_init (FanIface *iface); [all …]
|