Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dsamsung-laptop.c466 static int read_brightness(struct samsung_laptop *samsung) in read_brightness() function
499 if (user_brightness == read_brightness(samsung)) in set_brightness()
512 return read_brightness(samsung); in get_brightness()
519 int orig_level = read_brightness(samsung); in check_for_stepping_quirk()
531 initial_level = read_brightness(samsung); in check_for_stepping_quirk()
541 if (read_brightness(samsung) != check_level) { in check_for_stepping_quirk()
1190 samsung->backlight_device->props.brightness = read_brightness(samsung); in samsung_backlight_init()
H 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()
H A Dasus-wmi.c3934 static int read_brightness(struct backlight_device *bd) in read_brightness() function
3996 .get_brightness = read_brightness,
4051 bd->props.brightness = read_brightness(bd); in asus_wmi_backlight_init()