Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/backlight/
Dtosa_lcd.c73 gpio_set_value(TOSA_GPIO_TG_ON, 0); in tosa_lcd_tg_init()
126 gpio_set_value(TOSA_GPIO_TG_ON, 1); in tosa_lcd_tg_off()
195 ret = gpio_request(TOSA_GPIO_TG_ON, "tg #pwr"); in tosa_lcd_probe()
201 ret = gpio_direction_output(TOSA_GPIO_TG_ON, 0); in tosa_lcd_probe()
224 gpio_free(TOSA_GPIO_TG_ON); in tosa_lcd_probe()
243 gpio_free(TOSA_GPIO_TG_ON); in tosa_lcd_remove()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dtosa.h64 #define TOSA_GPIO_TG_ON (TOSA_TC6393XB_GPIO_BASE + 0) macro