Searched refs:BALLOON3_GPIO_RUN_BACKLIGHT (Results 1 – 2 of 2) sorted by relevance
238 gpio_set_value(BALLOON3_GPIO_RUN_BACKLIGHT, on); in balloon3_backlight_power()250 ret = gpio_request(BALLOON3_GPIO_RUN_BACKLIGHT, "BKL-ON"); in balloon3_lcd_init()256 ret = gpio_direction_output(BALLOON3_GPIO_RUN_BACKLIGHT, 1); in balloon3_lcd_init()267 gpio_free(BALLOON3_GPIO_RUN_BACKLIGHT); in balloon3_lcd_init()
88 #define BALLOON3_GPIO_RUN_BACKLIGHT (99) macro