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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Deeepc-wmi.c171 static int read_brightness(struct backlight_device *bd) function
201 .get_brightness = read_brightness,
240 bd->props.brightness = read_brightness(bd);
H A Dasus_acpi.c910 static int read_brightness(struct backlight_device *bd) function
949 value -= read_brightness(NULL);
973 seq_printf(m, "%d\n", read_brightness(NULL));
1470 .get_brightness = read_brightness,
H A Dacer-wmi.c897 static int read_brightness(struct backlight_device *bd) function
919 .get_brightness = read_brightness,
941 bd->props.brightness = read_brightness(bd);
H A Deeepc-laptop.c1093 static int read_brightness(struct backlight_device *bd) function
1113 .get_brightness = read_brightness,
1143 bd->props.brightness = read_brightness(bd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/samsung-laptop/
H A Dsamsung-laptop.c237 static u8 read_brightness(void) function
258 return (int)read_brightness();
498 backlight_device->props.brightness = read_brightness();

Completed in 43 milliseconds