Searched defs:get_brightness (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dpsb_drv.c418 static inline void get_brightness(struct backlight_device *bd) function
422 bd->props.brightness = bd->ops->get_brightness(bd);
435 get_brightness(dev_priv->backlight_device);
446 get_brightness(dev_priv->backlight_device);
/drivers/platform/x86/
H A Dsamsung-laptop.c82 u16 get_brightness; member in struct:sabi_commands
173 .get_brightness = 0x00,
233 .get_brightness = 0x10,
460 retval = sabi_command(samsung, commands->get_brightness,
494 static int get_brightness(struct backlight_device *bd) function
551 .get_brightness = get_brightness,

Completed in 75 milliseconds