Searched defs:read_brightness (Results 1 - 5 of 5) sorted by relevance

/drivers/platform/x86/
H A Dsamsung-laptop.c364 static u8 read_brightness(void) function
391 if (user_brightness == read_brightness())
402 return (int)read_brightness();
409 u8 orig_level = read_brightness();
421 initial_level = read_brightness();
431 if (read_brightness() != check_level) {
910 backlight_device->props.brightness = read_brightness();
H A Dacer-wmi.c1238 static int read_brightness(struct backlight_device *bd) function
1260 .get_brightness = read_brightness,
1283 bd->props.brightness = read_brightness(bd);
H A Dasus-wmi.c1105 static int read_brightness(struct backlight_device *bd) function
1143 .get_brightness = read_brightness,
1199 bd->props.brightness = read_brightness(bd);
H A Dasus_acpi.c909 static int read_brightness(struct backlight_device *bd) function
945 value -= read_brightness(NULL);
968 seq_printf(m, "%d\n", read_brightness(NULL));
1452 .get_brightness = read_brightness,
H A Deeepc-laptop.c1136 static int read_brightness(struct backlight_device *bd) function
1156 .get_brightness = read_brightness,
1187 bd->props.brightness = read_brightness(bd);

Completed in 88 milliseconds