Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/mach-s3c64xx/
Ddev-backlight.c67 .dft_brightness = 255,
110 if (bl_data->dft_brightness) in samsung_bl_set()
111 samsung_bl_data->dft_brightness = bl_data->dft_brightness; in samsung_bl_set()
Dmach-hmt.c117 .dft_brightness = 40 * 256,
Dmach-smartq.c152 .dft_brightness = 600,
Dmach-crag6410.c115 .dft_brightness = 600,
/Linux-v4.19/drivers/auxdisplay/
Dht16k33.c393 uint32_t dft_brightness; in ht16k33_probe() local
481 &dft_brightness); in ht16k33_probe()
483 dft_brightness = MAX_BRIGHTNESS; in ht16k33_probe()
484 } else if (dft_brightness > MAX_BRIGHTNESS) { in ht16k33_probe()
487 dft_brightness, MAX_BRIGHTNESS); in ht16k33_probe()
488 dft_brightness = MAX_BRIGHTNESS; in ht16k33_probe()
491 bl->props.brightness = dft_brightness; in ht16k33_probe()
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c241 data->dft_brightness = data->max_brightness / 2; in pwm_backlight_brightness_default()
295 data->dft_brightness = value; in pwm_backlight_parse_dt()
594 if (data->dft_brightness > data->max_brightness) { in pwm_backlight_probe()
597 data->dft_brightness, data->max_brightness); in pwm_backlight_probe()
598 data->dft_brightness = data->max_brightness; in pwm_backlight_probe()
601 bl->props.brightness = data->dft_brightness; in pwm_backlight_probe()
Dtps65217_bl.c249 pdata->dft_brightness = val; in tps65217_bl_parse_dt()
307 tps65217_bl->bl->props.brightness = pdata->dft_brightness; in tps65217_bl_probe()
/Linux-v4.19/include/linux/
Dpwm_backlight.h13 unsigned int dft_brightness; member
/Linux-v4.19/arch/unicore32/kernel/
Dpuv3-nb0916.c60 .dft_brightness = 100,
/Linux-v4.19/arch/arm/mach-pxa/
Dtavorevb.c183 .dft_brightness = 100,
189 .dft_brightness = 100,
Dcolibri-pxa270-income.c196 .dft_brightness = 0x1ff,
Dz2.c214 .dft_brightness = 0,
220 .dft_brightness = 512,
Dpalmte2.c171 .dft_brightness = PALMTE2_MAX_INTENSITY,
Dpalm27x.c328 .dft_brightness = 0x7e,
Dpcm990-baseboard.c159 .dft_brightness = 1023,
Dzylonite.c122 .dft_brightness = 100,
Dpalmtc.c177 .dft_brightness = PALMTC_MAX_INTENSITY,
Dlpd270.c282 .dft_brightness = 1,
Dmainstone.c260 .dft_brightness = 1023,
Dcm-x300.c317 .dft_brightness = 100,
Dmioa701.c192 .dft_brightness = 50,
Dhx4700.c562 .dft_brightness = 100,
/Linux-v4.19/include/linux/mfd/
Dtps65217.h236 int dft_brightness; member
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-h1940.c508 .dft_brightness = 50,
Dmach-rx1950.c530 .dft_brightness = 4,

12