Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dpalm27x.c271 static int palm_bl_power; variable
278 ret = gpio_request(palm_bl_power, "BL POWER"); in palm27x_backlight_init()
281 ret = gpio_direction_output(palm_bl_power, 0); in palm27x_backlight_init()
298 gpio_free(palm_bl_power); in palm27x_backlight_init()
305 gpio_set_value(palm_bl_power, brightness); in palm27x_backlight_notify()
313 gpio_free(palm_bl_power); in palm27x_backlight_exit()
336 palm_bl_power = bl; in palm27x_pwm_init()