BALLOON3_GPIO_RUN_BACKLIGHT  238 arch/arm/mach-pxa/balloon3.c 	gpio_set_value(BALLOON3_GPIO_RUN_BACKLIGHT, on);
BALLOON3_GPIO_RUN_BACKLIGHT  250 arch/arm/mach-pxa/balloon3.c 	ret = gpio_request(BALLOON3_GPIO_RUN_BACKLIGHT, "BKL-ON");
BALLOON3_GPIO_RUN_BACKLIGHT  256 arch/arm/mach-pxa/balloon3.c 	ret = gpio_direction_output(BALLOON3_GPIO_RUN_BACKLIGHT, 1);
BALLOON3_GPIO_RUN_BACKLIGHT  267 arch/arm/mach-pxa/balloon3.c 	gpio_free(BALLOON3_GPIO_RUN_BACKLIGHT);