Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-appletb-kbd.c173 backlight_device_set_brightness(kbd->backlight_dev, 1); in appletb_inactivity_timer()
177 backlight_device_set_brightness(kbd->backlight_dev, 0); in appletb_inactivity_timer()
187 backlight_device_set_brightness(kbd->backlight_dev, 2); in reset_inactivity_timer()
408 backlight_device_set_brightness(kbd->backlight_dev, 2); in appletb_kbd_probe()
/linux-6.15/drivers/video/backlight/
H A Dbacklight.c231 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() function
252 EXPORT_SYMBOL(backlight_device_set_brightness);
265 rc = backlight_device_set_brightness(bd, brightness); in brightness_store()
/linux-6.15/include/linux/
H A Dbacklight.h408 int backlight_device_set_brightness(struct backlight_device *bd,
/linux-6.15/drivers/thermal/intel/int340x_thermal/
H A Dint3406_thermal.c64 return backlight_device_set_brightness(d->raw_bd, raw_level); in int3406_thermal_set_cur_state()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c501 backlight_device_set_brightness(atif->bd, req.backlight_level); in amdgpu_atif_handler()