Searched refs:FRONT_BUTTON_GPIO (Results 1 – 2 of 2) sorted by relevance
97 gpio_request(FRONT_BUTTON_GPIO, "Front button"); in shc_request_gpio()244 gpio_direction_input(FRONT_BUTTON_GPIO); in check_button_status()245 value = gpio_get_value(FRONT_BUTTON_GPIO); in check_button_status()
143 #define FRONT_BUTTON_GPIO GPIO_TO_PIN(1, 25) macro