Searched refs:KEY_VOL_UP (Results 1 – 2 of 2) sorted by relevance
62 #define KEY_VOL_UP IMX_GPIO_NR(1, 4) macro587 gpio_request(KEY_VOL_UP, "KEY Volume UP"); in spl_start_uboot()588 gpio_direction_input(KEY_VOL_UP); in spl_start_uboot()591 return gpio_get_value(KEY_VOL_UP); in spl_start_uboot()
132 - Press KEY_VOL_UP key, power up the board and then SPL binary will launch the kernel directly.
Completed in 3 milliseconds