Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/siemens/common/
H A Dboard.c117 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state() function
154 button = get_button_state("button_dfu0", BOARD_DFU_BUTTON_GPIO); in do_userbutton()
155 button |= get_button_state("button_dfu1", BOARD_DFU_BUTTON_GPIO); in do_userbutton()