Lines Matching defs:bflow
161 static int android_read_slot_from_bcb(struct bootflow *bflow, bool decrement) in android_read_slot_from_bcb()
195 static int configure_serialno(struct bootflow *bflow) in configure_serialno()
205 static int configure_bootloader_version(struct bootflow *bflow) in configure_bootloader_version()
211 static int android_read_bootflow(struct udevice *dev, struct bootflow *bflow) in android_read_bootflow()
326 static int android_read_file(struct udevice *dev, struct bootflow *bflow, in android_read_file()
393 static int avb_append_commandline_arg(struct bootflow *bflow, char *arg) in avb_append_commandline_arg()
406 static int avb_append_commandline(struct bootflow *bflow, char *cmdline) in avb_append_commandline()
422 static int run_avb_verification(struct bootflow *bflow) in run_avb_verification()
500 static int run_avb_verification(struct bootflow *bflow) in run_avb_verification()
515 static int boot_android_normal(struct bootflow *bflow) in boot_android_normal()
554 static int boot_android_recovery(struct bootflow *bflow) in boot_android_recovery()
563 static int boot_android_bootloader(struct bootflow *bflow) in boot_android_bootloader()
573 static int android_boot(struct udevice *dev, struct bootflow *bflow) in android_boot()