Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h169 #define FAN_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FAN, FanIface)) macro
H A Dopenbmc_intf.c2415 return FAN_GET_IFACE (object)->get_speed (object); in fan_get_speed()
2448 return FAN_GET_IFACE (object)->get_cooling_zone (object); in fan_get_cooling_zone()
2481 return FAN_GET_IFACE (object)->get_pwm_num (object); in fan_get_pwm_num()