Searched refs:H3XXX_EGPIO_LCD_ON (Results 1 – 2 of 2) sorted by relevance
31 rc = gpio_request(H3XXX_EGPIO_LCD_ON, "LCD power"); in h3600_lcd_request()34 rc = gpio_direction_output(H3XXX_EGPIO_LCD_ON, 0); in h3600_lcd_request()65 gpio_free(H3XXX_EGPIO_LCD_ON); in h3600_lcd_request()80 gpio_direction_output(H3XXX_EGPIO_LCD_ON, enable); in h3600_lcd_power()
65 #define H3XXX_EGPIO_LCD_ON (H3XXX_EGPIO_BASE + 6) /* enable 3.3V to LCD. active high. */ macro