Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h3498 #define BUTTON_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_BUTTON, ButtonIface)) macro
H A Dopenbmc_intf.c27397 return BUTTON_GET_IFACE (object)->get_state (object); in button_get_state()
27430 return BUTTON_GET_IFACE (object)->get_timer (object); in button_get_timer()