Home
last modified time | relevance | path

Searched refs:backlight_device_set_brightness (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/video/backlight/
Dbacklight.c230 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() function
251 EXPORT_SYMBOL(backlight_device_set_brightness);
264 rc = backlight_device_set_brightness(bd, brightness); in brightness_store()
/linux-6.6.21/include/linux/
Dbacklight.h447 int backlight_device_set_brightness(struct backlight_device *bd,
/linux-6.6.21/drivers/thermal/intel/int340x_thermal/
Dint3406_thermal.c64 return backlight_device_set_brightness(d->raw_bd, raw_level); in int3406_thermal_set_cur_state()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c486 backlight_device_set_brightness(atif->bd, req.backlight_level); in amdgpu_atif_handler()