Searched refs:BALLOON3_GPIO_RUN_BACKLIGHT (Results 1 – 2 of 2) sorted by relevance
241 gpio_set_value(BALLOON3_GPIO_RUN_BACKLIGHT, on); in balloon3_backlight_power()253 ret = gpio_request(BALLOON3_GPIO_RUN_BACKLIGHT, "BKL-ON"); in balloon3_lcd_init()259 ret = gpio_direction_output(BALLOON3_GPIO_RUN_BACKLIGHT, 1); in balloon3_lcd_init()270 gpio_free(BALLOON3_GPIO_RUN_BACKLIGHT); in balloon3_lcd_init()
91 #define BALLOON3_GPIO_RUN_BACKLIGHT (99) macro