Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2537 #define WATCHDOG_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_WATCHDOG, WatchdogIface))
2541 typedef struct _WatchdogIface WatchdogIface; typedef
H A Dopenbmc_intf.c19980 typedef WatchdogIface WatchdogInterface;
19984 watchdog_default_init (WatchdogIface *iface) in G_DEFINE_INTERFACE()
20001 G_STRUCT_OFFSET (WatchdogIface, handle_start), in G_DEFINE_INTERFACE()
20023 G_STRUCT_OFFSET (WatchdogIface, handle_poke), in G_DEFINE_INTERFACE()
20045 G_STRUCT_OFFSET (WatchdogIface, handle_stop), in G_DEFINE_INTERFACE()
20068 G_STRUCT_OFFSET (WatchdogIface, handle_set), in G_DEFINE_INTERFACE()
20089 G_STRUCT_OFFSET (WatchdogIface, watchdog_error), in G_DEFINE_INTERFACE()
20662 static void watchdog_proxy_iface_init (WatchdogIface *iface);
20884 watchdog_proxy_iface_init (WatchdogIface *iface) in watchdog_proxy_iface_init()
21320 static void watchdog_skeleton_iface_init (WatchdogIface *iface);
[all …]