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

/linux-4.1.27/drivers/platform/x86/
H A Dsamsung-laptop.c481 static int read_brightness(struct samsung_laptop *samsung) read_brightness() function
514 if (user_brightness == read_brightness(samsung)) set_brightness()
527 return read_brightness(samsung); get_brightness()
534 int orig_level = read_brightness(samsung); check_for_stepping_quirk()
546 initial_level = read_brightness(samsung); check_for_stepping_quirk()
556 if (read_brightness(samsung) != check_level) { check_for_stepping_quirk()
1208 samsung->backlight_device->props.brightness = read_brightness(samsung); samsung_backlight_init()
H A Deeepc-laptop.c1117 static int read_brightness(struct backlight_device *bd) read_brightness() function
1137 .get_brightness = read_brightness,
1168 bd->props.brightness = read_brightness(bd); eeepc_backlight_init()
H A Dacer-wmi.c1394 static int read_brightness(struct backlight_device *bd) read_brightness() function
1416 .get_brightness = read_brightness,
1439 bd->props.brightness = read_brightness(bd); acer_backlight_init()
H A Dasus-wmi.c1181 static int read_brightness(struct backlight_device *bd) read_brightness() function
1244 .get_brightness = read_brightness,
1300 bd->props.brightness = read_brightness(bd); asus_wmi_backlight_init()

Completed in 179 milliseconds