Searched refs:pressed (Results 1 - 2 of 2) sorted by relevance

/u-boot/common/
H A Dbutton_cmd.c17 bool pressed; member in struct:button_cmd
28 * and populate the cmd struct with the command string and pressed
50 cmd->pressed = button_get_state(btn) == BUTTON_ON;
51 /* If the button isn't pressed then cmd->cmd will be unused so don't waste
54 if (!cmd->pressed)
75 if (!cmd.pressed)
/u-boot/include/
H A Dec_commands.h526 /* Keyboard recovery combo has been pressed */
553 /* Keyboard fastboot combo has been pressed */
2858 uint8_t pressed; member in struct:ec_params_mkbp_simulate_key
3000 * corresponding to the key to be pressed.
3494 /* Power button pressed */

Completed in 105 milliseconds