Home
last modified time | relevance | path

Searched refs:max_contrast (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-lcd16 /sys/class/lcd/<lcd>/max_contrast.
18 What: /sys/class/lcd/<lcd>/max_contrast
/openbmc/linux/include/linux/
H A Dlcd.h37 int max_contrast; member
/openbmc/linux/drivers/video/backlight/
H A Dlcd.c158 return sprintf(buf, "%d\n", ld->props.max_contrast); in max_contrast_show()
160 static DEVICE_ATTR_RO(max_contrast);
/openbmc/linux/drivers/hid/
H A Dhid-picolcd_lcd.c73 ldev->props.max_contrast = 0x0ff; in picolcd_init_lcd()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c154 lcd_device->props.max_contrast = AMS_DELTA_MAX_CONTRAST; in ams_delta_panel_probe()
/openbmc/linux/drivers/video/fbdev/
H A Dimxfb.c1044 lcd->props.max_contrast = 0xff; in imxfb_probe()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c188 u32 cur_contrast, max_contrast; member