Lines Matching refs:method
105 if (bmeth != iter->method || iter->cur_method >= iter->num_methods || in bootflow_iter_drop_bootmeth()
130 struct bootmeth_uc_plat *ucp = dev_get_uclass_plat(iter->method); in bootflow_iter_set_dev()
149 iter->method->name); in bootflow_iter_set_dev()
177 iter->method = iter->method_order[iter->cur_method]; in iter_incr()
199 iter->method = iter->method_order[iter->cur_method]; in iter_incr()
306 ret = bootmeth_get_bootflow(iter->method, bflow); in bootflow_check()
319 dev->name, iter->part, iter->method->name); in bootflow_check()
326 dev->name, iter->part, iter->method->name, ret); in bootflow_check()
359 iter->method = iter->method_order[iter->cur_method]; in bootflow_scan_first()
421 bflow->method = meth; in bootflow_init()
452 ret = bootmeth_boot(bflow->method, bflow); in bootflow_boot()
469 bflow->method->name); in bootflow_run_boot()
485 printf("Boot method '%s' not supported\n", bflow->method->name); in bootflow_run_boot()
492 ret2 = bootflow_iter_drop_bootmeth(iter, bflow->method); in bootflow_run_boot()
495 bflow->method->name); in bootflow_run_boot()