Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/platform/x86/
Dsamsung-laptop.c453 static int read_brightness(struct samsung_laptop *samsung) in read_brightness() function
486 if (user_brightness == read_brightness(samsung)) in set_brightness()
499 return read_brightness(samsung); in get_brightness()
506 int orig_level = read_brightness(samsung); in check_for_stepping_quirk()
518 initial_level = read_brightness(samsung); in check_for_stepping_quirk()
528 if (read_brightness(samsung) != check_level) { in check_for_stepping_quirk()
1096 samsung->backlight_device->props.brightness = read_brightness(samsung); in samsung_backlight_init()
Deeepc-laptop.c1136 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1156 .get_brightness = read_brightness,
1187 bd->props.brightness = read_brightness(bd); in eeepc_backlight_init()
Dacer-wmi.c1322 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1344 .get_brightness = read_brightness,
1367 bd->props.brightness = read_brightness(bd); in acer_backlight_init()
Dasus-wmi.c1111 static int read_brightness(struct backlight_device *bd) in read_brightness() function
1174 .get_brightness = read_brightness,
1233 bd->props.brightness = read_brightness(bd); in asus_wmi_backlight_init()