Home
last modified time | relevance | path

Searched refs:dft_brightness (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/auxdisplay/
H A Dht16k33.c717 uint32_t dft_brightness; in ht16k33_probe() local
740 &dft_brightness); in ht16k33_probe()
742 dft_brightness = MAX_BRIGHTNESS; in ht16k33_probe()
743 } else if (dft_brightness > MAX_BRIGHTNESS) { in ht16k33_probe()
746 dft_brightness, MAX_BRIGHTNESS); in ht16k33_probe()
747 dft_brightness = MAX_BRIGHTNESS; in ht16k33_probe()
751 err = ht16k33_led_probe(dev, &priv->led, dft_brightness); in ht16k33_probe()
765 err = ht16k33_fbdev_probe(dev, priv, dft_brightness); in ht16k33_probe()
771 err = ht16k33_seg_probe(dev, priv, dft_brightness); in ht16k33_probe()
/openbmc/linux/drivers/video/backlight/
H A Dpwm_bl.c223 data->dft_brightness = data->max_brightness / 2; in pwm_backlight_brightness_default()
282 data->dft_brightness = value; in pwm_backlight_parse_dt()
605 if (data->dft_brightness > data->max_brightness) { in pwm_backlight_probe()
608 data->dft_brightness, data->max_brightness); in pwm_backlight_probe()
609 data->dft_brightness = data->max_brightness; in pwm_backlight_probe()
612 bl->props.brightness = data->dft_brightness; in pwm_backlight_probe()
H A Dtps65217_bl.c233 pdata->dft_brightness = val; in tps65217_bl_parse_dt()
291 tps65217_bl->bl->props.brightness = pdata->dft_brightness; in tps65217_bl_probe()
/openbmc/linux/include/linux/
H A Dpwm_backlight.h12 unsigned int dft_brightness; member
/openbmc/linux/include/linux/mfd/
H A Dtps65217.h228 int dft_brightness; member
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410.c114 .dft_brightness = 600,