Searched refs:FlashIface (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 23091 typedef FlashIface FlashInterface; 23095 flash_default_init (FlashIface *iface) in G_DEFINE_INTERFACE() 23113 G_STRUCT_OFFSET (FlashIface, handle_update), in G_DEFINE_INTERFACE() 23136 G_STRUCT_OFFSET (FlashIface, handle_error), in G_DEFINE_INTERFACE() 23158 G_STRUCT_OFFSET (FlashIface, handle_done), in G_DEFINE_INTERFACE() 23182 G_STRUCT_OFFSET (FlashIface, handle_update_via_tftp), in G_DEFINE_INTERFACE() 23204 G_STRUCT_OFFSET (FlashIface, handle_init), in G_DEFINE_INTERFACE() 23225 G_STRUCT_OFFSET (FlashIface, updated), in G_DEFINE_INTERFACE() 23246 G_STRUCT_OFFSET (FlashIface, download), in G_DEFINE_INTERFACE() 24190 static void flash_proxy_iface_init (FlashIface *iface); [all …]
|
H A D | openbmc_intf.h | 2970 #define FLASH_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FLASH, FlashIface)) 2974 typedef struct _FlashIface FlashIface; typedef
|