Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/x86/
Dsamsung-laptop.c477 static int read_brightness(struct samsung_laptop *samsung) in read_brightness() function
510 if (user_brightness == read_brightness(samsung)) in set_brightness()
523 return read_brightness(samsung); in get_brightness()
530 int orig_level = read_brightness(samsung); in check_for_stepping_quirk()
542 initial_level = read_brightness(samsung); in check_for_stepping_quirk()
552 if (read_brightness(samsung) != check_level) { in check_for_stepping_quirk()
1201 samsung->backlight_device->props.brightness = read_brightness(samsung); in samsung_backlight_init()
Deeepc-laptop.c1088 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1108 .get_brightness = read_brightness,
1139 bd->props.brightness = read_brightness(bd); in eeepc_backlight_init()
Dacer-wmi.c1616 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1638 .get_brightness = read_brightness,
1661 bd->props.brightness = read_brightness(bd); in acer_backlight_init()
Dasus-wmi.c2845 static int read_brightness(struct backlight_device *bd) in read_brightness() function
2907 .get_brightness = read_brightness,
2962 bd->props.brightness = read_brightness(bd); in asus_wmi_backlight_init()