Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dballoon3.c241 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()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dballoon3.h91 #define BALLOON3_GPIO_RUN_BACKLIGHT (99) macro