Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-sa1100/
Dh3600.c43 rc = gpio_request(H3600_EGPIO_LCD_5V_ON, "LCD 5v"); in h3600_lcd_request()
46 rc = gpio_direction_output(H3600_EGPIO_LCD_5V_ON, 0); in h3600_lcd_request()
61 gpio_free(H3600_EGPIO_LCD_5V_ON); in h3600_lcd_request()
82 gpio_direction_output(H3600_EGPIO_LCD_5V_ON, enable); in h3600_lcd_power()
/linux-6.12.1/arch/arm/mach-sa1100/include/mach/
Dh3xxx.h75 #define H3600_EGPIO_LCD_5V_ON (H3XXX_EGPIO_BASE + 14) /* enable 5V to LCD. active high. */ macro