Lines Matching refs:uts
32 static int inject_response(struct unit_test_state *uts) in inject_response() argument
49 static int bootflow_cmd(struct unit_test_state *uts) in bootflow_cmd() argument
80 static int bootflow_cmd_label(struct unit_test_state *uts) in bootflow_cmd_label() argument
128 static int bootflow_cmd_glob(struct unit_test_state *uts) in bootflow_cmd_glob() argument
130 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_cmd_glob()
160 static int bootflow_cmd_scan_e(struct unit_test_state *uts) in bootflow_cmd_scan_e() argument
162 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_cmd_scan_e()
208 static int bootflow_cmd_info(struct unit_test_state *uts) in bootflow_cmd_info() argument
248 static int bootflow_scan_boot(struct unit_test_state *uts) in bootflow_scan_boot() argument
251 ut_assertok(inject_response(uts)); in bootflow_scan_boot()
270 static int bootflow_iter(struct unit_test_state *uts) in bootflow_iter() argument
369 static int bootflow_system(struct unit_test_state *uts) in bootflow_system() argument
398 static int bootflow_iter_disable(struct unit_test_state *uts) in bootflow_iter_disable() argument
410 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_iter_disable()
414 ut_assertok(inject_response(uts)); in bootflow_iter_disable()
422 ut_assertok(inject_response(uts)); in bootflow_iter_disable()
438 static int bootflow_scan_glob_bootmeth(struct unit_test_state *uts) in bootflow_scan_glob_bootmeth() argument
443 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_scan_glob_bootmeth()
479 static int bootflow_cmd_boot(struct unit_test_state *uts) in bootflow_cmd_boot() argument
489 ut_assertok(inject_response(uts)); in bootflow_cmd_boot()
513 static int prep_mmc4_bootdev(struct unit_test_state *uts) in prep_mmc4_bootdev() argument
546 static int bootflow_cmd_menu(struct unit_test_state *uts) in bootflow_cmd_menu() argument
550 ut_assertok(prep_mmc4_bootdev(uts)); in bootflow_cmd_menu()
567 static int bootflow_cmd_hunt_single(struct unit_test_state *uts) in bootflow_cmd_hunt_single() argument
574 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_cmd_hunt_single()
590 static int bootflow_cmd_hunt_label(struct unit_test_state *uts) in bootflow_cmd_hunt_label() argument
599 ut_assertok(bootstd_test_drop_bootdev_order(uts)); in bootflow_cmd_hunt_label()
634 static int check_font(struct unit_test_state *uts, struct scene *scn, uint id, in check_font() argument
648 static int bootflow_menu_theme(struct unit_test_state *uts) in bootflow_menu_theme() argument
656 ut_assertok(prep_mmc4_bootdev(uts)); in bootflow_menu_theme()
672 ut_assertok(check_font(uts, scn, OBJ_PROMPT, font_size)); in bootflow_menu_theme()
673 ut_assertok(check_font(uts, scn, OBJ_POINTER, font_size)); in bootflow_menu_theme()
675 ut_assertok(check_font(uts, scn, ITEM_DESC + i, font_size)); in bootflow_menu_theme()
676 ut_assertok(check_font(uts, scn, ITEM_KEY + i, font_size)); in bootflow_menu_theme()
677 ut_assertok(check_font(uts, scn, ITEM_LABEL + i, font_size)); in bootflow_menu_theme()