Searched refs:TOSA_GPIO_TG_ON (Results 1 – 2 of 2) sorted by relevance
73 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()
64 #define TOSA_GPIO_TG_ON (TOSA_TC6393XB_GPIO_BASE + 0) macro