Searched refs:boot_control_module (Results 1 – 4 of 4) sorted by relevance
| /hardware/libhardware/include/hardware/ |
| D | boot_control.h | 50 typedef struct boot_control_module { struct 57 void (*init)(struct boot_control_module *module); argument 64 unsigned (*getNumberSlots)(struct boot_control_module *module); argument 76 unsigned (*getCurrentSlot)(struct boot_control_module *module); argument 84 int (*markBootSuccessful)(struct boot_control_module *module); argument 93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot); argument 101 int (*setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot); argument 110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); argument 118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); argument 126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); argument [all …]
|
| /hardware/interfaces/boot/1.1/default/boot_control/ |
| D | legacy_boot_control.cpp | 60 int BootControl_setSlotAsUnbootable(struct boot_control_module* module, unsigned int slot) { in BootControl_setSlotAsUnbootable() 65 int BootControl_isSlotBootable(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotBootable() 70 int BootControl_isSlotMarkedSuccessful(struct boot_control_module* module, unsigned int slot) { in BootControl_isSlotMarkedSuccessful()
|
| /hardware/qcom/bootctrl/ |
| D | boot_control.cpp | 86 void boot_control_init(struct boot_control_module *module) in boot_control_init() 269 unsigned get_number_slots(struct boot_control_module *module) in get_number_slots() 298 unsigned get_current_slot(struct boot_control_module *module) in get_current_slot() 333 static int boot_control_check_slot_sanity(struct boot_control_module *module, in boot_control_check_slot_sanity() 347 int mark_boot_successful(struct boot_control_module *module) in mark_boot_successful() 367 const char *get_suffix(struct boot_control_module *module, unsigned slot) in get_suffix() 542 unsigned get_active_boot_slot(struct boot_control_module *module) in get_active_boot_slot() 571 int set_active_boot_slot(struct boot_control_module *module, unsigned slot) in set_active_boot_slot() 642 int set_slot_as_unbootable(struct boot_control_module *module, unsigned slot) in set_slot_as_unbootable() 658 int is_slot_bootable(struct boot_control_module *module, unsigned slot) in is_slot_bootable() [all …]
|
| /hardware/ti/am57x/bootctrl/ |
| D | boot_control.cc | 291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable()
|