Home
last modified time | relevance | path

Searched refs:get_brightness (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/linux/drivers/video/backlight/
H A Dapple_bl.c86 .get_brightness = intel_chipset_get_intensity,
131 .get_brightness = nvidia_chipset_get_intensity,
164 intensity = hw_data->backlight_ops.get_brightness(NULL); in apple_bl_add()
168 if (!hw_data->backlight_ops.get_brightness(NULL)) in apple_bl_add()
190 hw_data->backlight_ops.get_brightness(apple_backlight_device); in apple_bl_add()
H A Dbacklight.c295 if (bd->ops && bd->ops->get_brightness) { in actual_brightness_show()
296 rc = bd->ops->get_brightness(bd); in actual_brightness_show()
390 if (bd->ops && bd->ops->get_brightness) { in backlight_force_update()
391 brightness = bd->ops->get_brightness(bd); in backlight_force_update()
H A Djornada720_bl.c100 .get_brightness = jornada_bl_get_brightness,
H A Dep93xx_bl.c51 .get_brightness = ep93xxbl_get_brightness,
H A Dpcf50633-backlight.c89 .get_brightness = pcf50633_bl_get_brightness,
H A Dhp680_bl.c97 .get_brightness = hp680bl_get_intensity,
H A Dda903x_bl.c93 .get_brightness = da903x_backlight_get_brightness,
H A Dkb3886_bl.c129 .get_brightness = kb3886bl_get_intensity,
H A Dda9052_bl.c102 .get_brightness = da9052_backlight_get_brightness,
H A Domap1_bl.c115 .get_brightness = omapbl_get_intensity,
H A Dlocomolcd.c150 .get_brightness = locomolcd_get_intensity,
H A Dmax8925_bl.c87 .get_brightness = max8925_backlight_get_brightness,
H A Dwm831x_bl.c107 .get_brightness = wm831x_backlight_get_brightness,
H A Dcr_bllcd.c93 .get_brightness = cr_backlight_get_intensity,
H A Drt4831-backlight.c86 .get_brightness = rt4831_bl_get_brightness,
H A Dlm3630a_bl.c257 .get_brightness = lm3630a_bank_a_get_brightness,
331 .get_brightness = lm3630a_bank_b_get_brightness,
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_backlight.c32 return bdata->get_brightness(); in shmob_drm_backlight_get_brightness()
38 .get_brightness = shmob_drm_backlight_get_brightness,
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c92 .get_brightness = nv40_get_intensity,
144 .get_brightness = nv50_get_intensity,
236 .get_brightness = nv50_edp_get_brightness,
286 .get_brightness = nva3_get_intensity,
441 bl->dev->ops->get_brightness(bl->dev); in nouveau_backlight_init()
/openbmc/linux/include/linux/platform_data/
H A Dshmob_drm.h46 int (*get_brightness)(void); member
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dbacklight.c70 .get_brightness = gma_backlight_get_brightness,
/openbmc/linux/drivers/platform/x86/
H A Dnvidia-wmi-ec-backlight.c88 .get_brightness = nvidia_wmi_ec_backlight_get_brightness,
H A Dsamsung-laptop.c78 u16 get_brightness; member
173 .get_brightness = 0x00,
236 .get_brightness = 0x10,
475 retval = sabi_command(samsung, commands->get_brightness, in read_brightness()
509 static int get_brightness(struct backlight_device *bd) in get_brightness() function
566 .get_brightness = get_brightness,
/openbmc/linux/drivers/hid/
H A Dhid-picolcd_backlight.c49 .get_brightness = picolcd_get_brightness,
/openbmc/linux/include/linux/
H A Dbacklight.h160 int (*get_brightness)(struct backlight_device *); member
/openbmc/linux/drivers/platform/x86/intel/
H A Doaktrail.c227 .get_brightness = get_backlight_brightness,

1234