Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dpalm27x.c279 static int palm_bl_power; variable
286 ret = gpio_request(palm_bl_power, "BL POWER"); in palm27x_backlight_init()
289 ret = gpio_direction_output(palm_bl_power, 0); in palm27x_backlight_init()
306 gpio_free(palm_bl_power); in palm27x_backlight_init()
313 gpio_set_value(palm_bl_power, brightness); in palm27x_backlight_notify()
321 gpio_free(palm_bl_power); in palm27x_backlight_exit()
345 palm_bl_power = bl; in palm27x_pwm_init()