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

/u-boot/board/siemens/common/
H A Dboard_am335x.c100 unsigned char get_button_state(char * const envname, unsigned char def) function
137 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO);
138 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO);
/u-boot/board/siemens/capricorn/
H A Dboard.c376 unsigned char get_button_state(char * const envname, unsigned char def) function
416 button = get_button_state("button_usr1", BOARD_DEFAULT_BUTTON_GPIO);

Completed in 47 milliseconds