Lines Matching refs:boot_control_module
79 void boot_control_init(struct boot_control_module *module) in boot_control_init()
250 unsigned get_number_slots(struct boot_control_module *module) in get_number_slots()
283 unsigned get_current_slot(struct boot_control_module *module) in get_current_slot()
318 static int boot_control_check_slot_sanity(struct boot_control_module *module, in boot_control_check_slot_sanity()
332 int mark_boot_successful(struct boot_control_module *module) in mark_boot_successful()
350 const char *get_suffix(struct boot_control_module *module, unsigned slot) in get_suffix()
521 unsigned get_active_boot_slot(struct boot_control_module *module) in get_active_boot_slot()
550 int set_active_boot_slot(struct boot_control_module *module, unsigned slot) in set_active_boot_slot()
623 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot) in set_slot_as_unbootable()
639 int is_slot_bootable(struct boot_control_module *module, unsigned slot) in is_slot_bootable()
658 int is_slot_marked_successful(struct boot_control_module *module, unsigned slot) in is_slot_marked_successful()