Home
last modified time | relevance | path

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

/drivers/platform/x86/
A Dsamsung-laptop.c470 static int read_brightness(struct samsung_laptop *samsung) in read_brightness() function
503 if (user_brightness == read_brightness(samsung)) in set_brightness()
516 return read_brightness(samsung); in get_brightness()
523 int orig_level = read_brightness(samsung); in check_for_stepping_quirk()
535 initial_level = read_brightness(samsung); in check_for_stepping_quirk()
545 if (read_brightness(samsung) != check_level) { in check_for_stepping_quirk()
1296 samsung->backlight_device->props.brightness = read_brightness(samsung); in samsung_backlight_init()
A 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()
A Dacer-wmi.c1806 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1823 .get_brightness = read_brightness,
1846 bd->props.brightness = read_brightness(bd); in acer_backlight_init()
A Dasus-wmi.c3977 static int read_brightness(struct backlight_device *bd) in read_brightness() function
4039 .get_brightness = read_brightness,
4094 bd->props.brightness = read_brightness(bd); in asus_wmi_backlight_init()

Completed in 238 milliseconds