Home
last modified time | relevance | path

Searched defs:lcddev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dclps711x-fb.c167 static int clps711x_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi) in clps711x_lcd_check_fb()
174 static int clps711x_lcd_get_power(struct lcd_device *lcddev) in clps711x_lcd_get_power()
185 static int clps711x_lcd_set_power(struct lcd_device *lcddev, int blank) in clps711x_lcd_set_power()
H A Dimxfb.c784 static int imxfb_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi) in imxfb_lcd_check_fb()
794 static int imxfb_lcd_get_contrast(struct lcd_device *lcddev) in imxfb_lcd_get_contrast()
801 static int imxfb_lcd_set_contrast(struct lcd_device *lcddev, int contrast) in imxfb_lcd_set_contrast()
820 static int imxfb_lcd_get_power(struct lcd_device *lcddev) in imxfb_lcd_get_power()
849 static int imxfb_lcd_set_power(struct lcd_device *lcddev, int power) in imxfb_lcd_set_power()
/openbmc/u-boot/common/
H A Dlcd.c150 struct stdio_dev lcddev; in drv_lcd_init() local