Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-appletb-kbd.c173 backlight_device_set_brightness(kbd->backlight_dev, 1); in appletb_inactivity_timer()
178 backlight_device_set_brightness(kbd->backlight_dev, 0); in appletb_inactivity_timer()
188 backlight_device_set_brightness(kbd->backlight_dev, 2); in reset_inactivity_timer()
410 backlight_device_set_brightness(kbd->backlight_dev, 2); in appletb_kbd_probe()
/linux/drivers/video/backlight/
H A Dbacklight.c185 int backlight_device_set_brightness(struct backlight_device *bd, in backlight_device_set_brightness() function
206 EXPORT_SYMBOL(backlight_device_set_brightness);
219 rc = backlight_device_set_brightness(bd, brightness); in brightness_store()
/linux/include/linux/
H A Dbacklight.h394 int backlight_device_set_brightness(struct backlight_device *bd,
/linux/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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c497 * XXX backlight_device_set_brightness() is in amdgpu_atif_handler()
501 backlight_device_set_brightness(atif->bd, req.backlight_level); in amdgpu_atif_handler()