Searched refs:expo_action_get (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dexpo.h710 * expo_action_get() - read user input from the expo
716 int expo_action_get(struct expo *exp, struct expo_action *act);
/u-boot/boot/
H A Dexpo.c242 int expo_action_get(struct expo *exp, struct expo_action *act) function
H A Dbootflow_menu.c248 ret = expo_action_get(exp, &act);
H A Dcedit.c195 ret = expo_action_get(exp, &act);
/u-boot/test/boot/
H A Dexpo.c578 ut_assertok(expo_action_get(exp, &act));
594 ut_assertok(expo_action_get(exp, &act));
599 ut_asserteq(-EAGAIN, expo_action_get(exp, &act));
618 ut_assertok(expo_action_get(exp, &act));

Completed in 135 milliseconds