Searched refs:get_contrast (Results 1 – 6 of 6) sorted by relevance
57 int (*get_contrast)(struct lcd_device *); member
89 .get_contrast = jornada_lcd_get_contrast,
140 if (ld->ops && ld->ops->get_contrast) in contrast_show()141 rc = sprintf(buf, "%d\n", ld->ops->get_contrast(ld)); in contrast_show()
60 .get_contrast = picolcd_get_contrast,
94 .get_contrast = ams_delta_lcd_get_contrast,
820 .get_contrast = imxfb_lcd_get_contrast,