Home
last modified time | relevance | path

Searched refs:FlashControl (Results 1 – 3 of 3) sorted by relevance

/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c107 program_file(FlashControl* flash_control, const char *file, uint32_t start, uint32_t size) in program_file()
192 flash(FlashControl* flash_control, enum flash_access chip, uint32_t address, char* write_file, char… in flash()
247 FlashControl* flash_control = flash_control_skeleton_new(); in on_bus_acquired()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h3287 #define FLASH_CONTROL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FLASH_CONTROL, FlashControl))
3292 typedef struct _FlashControl FlashControl; typedef
3302 FlashControl *object,
3307 const gchar * (*get_filename) (FlashControl *object);
3309 const gchar * (*get_type_) (FlashControl *object);
3312 FlashControl *object,
3316 FlashControl *object,
3320 FlashControl *object,
3334 FlashControl *object,
3341 FlashControl *object,
[all …]
H A Dopenbmc_intf.c25546 G_DEFINE_INTERFACE (FlashControl, flash_control, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument
25672 flash_control_get_filename (FlashControl *object) in flash_control_get_filename()
25690 flash_control_dup_filename (FlashControl *object) in flash_control_dup_filename()
25707 flash_control_set_filename (FlashControl *object, const gchar *value) in flash_control_set_filename()
25725 flash_control_get_type_ (FlashControl *object) in flash_control_get_type_()
25743 flash_control_dup_type_ (FlashControl *object) in flash_control_dup_type_()
25760 flash_control_set_type_ (FlashControl *object, const gchar *value) in flash_control_set_type_()
25774 FlashControl *object, in flash_control_emit_done()
25789 FlashControl *object, in flash_control_emit_error()
25805 FlashControl *object, in flash_control_emit_progress()
[all …]