Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2968 #define FLASH_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FLASH, FlashIface)) macro
H A Dopenbmc_intf.c21947 return FLASH_GET_IFACE (object)->get_filename (object); in flash_get_filename()
21998 return FLASH_GET_IFACE (object)->get_flasher_path (object); in flash_get_flasher_path()
22049 return FLASH_GET_IFACE (object)->get_flasher_name (object); in flash_get_flasher_name()
22100 return FLASH_GET_IFACE (object)->get_flasher_instance (object); in flash_get_flasher_instance()
22151 return FLASH_GET_IFACE (object)->get_status (object); in flash_get_status()