Searched refs:backlight_device_set_brightness (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | backlight.c | 230 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() function 251 EXPORT_SYMBOL(backlight_device_set_brightness); variable 264 rc = backlight_device_set_brightness(bd, brightness); in brightness_store()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | backlight.c | 230 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() function 251 EXPORT_SYMBOL(backlight_device_set_brightness); variable 264 rc = backlight_device_set_brightness(bd, brightness); in brightness_store()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | backlight.h | 447 int backlight_device_set_brightness(struct backlight_device *bd,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | backlight.h | 447 int backlight_device_set_brightness(struct backlight_device *bd,
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int3406_thermal.c | 64 return backlight_device_set_brightness(d->raw_bd, raw_level); in int3406_thermal_set_cur_state()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int3406_thermal.c | 64 return backlight_device_set_brightness(d->raw_bd, raw_level); in int3406_thermal_set_cur_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acpi.c | 455 * XXX backlight_device_set_brightness() is in amdgpu_atif_handler() 459 backlight_device_set_brightness(atif->bd, req.backlight_level); in amdgpu_atif_handler()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acpi.c | 482 * XXX backlight_device_set_brightness() is in amdgpu_atif_handler() 486 backlight_device_set_brightness(atif->bd, req.backlight_level); in amdgpu_atif_handler()
|
Completed in 13 milliseconds