Home
last modified time | relevance | path

Searched refs:get_brightness (Results 1 - 25 of 153) sorted by relevance

1234567

/kernel/linux/linux-5.10/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.c49 * The driver must implement the get_brightness() operation if
295 if (bd->ops && bd->ops->get_brightness) in actual_brightness_show()
296 rc = sprintf(buf, "%d\n", bd->ops->get_brightness(bd)); in actual_brightness_show()
378 * a hot-key. The updated brightness is read using get_brightness() and the
385 if (bd->ops && bd->ops->get_brightness) in backlight_force_update()
386 bd->props.brightness = bd->ops->get_brightness(bd); in backlight_force_update()
H A Dda903x_bl.c93 .get_brightness = da903x_backlight_get_brightness,
H A Dhp680_bl.c97 .get_brightness = hp680bl_get_intensity,
H A Dda9052_bl.c102 .get_brightness = da9052_backlight_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 Dkb3886_bl.c129 .get_brightness = kb3886bl_get_intensity,
H A Djornada720_bl.c100 .get_brightness = jornada_bl_get_brightness,
/kernel/linux/linux-6.6/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.c49 * The driver must implement the get_brightness() operation if
295 if (bd->ops && bd->ops->get_brightness) { in actual_brightness_show()
296 rc = bd->ops->get_brightness(bd); in actual_brightness_show()
381 * a hot-key. The updated brightness is read using get_brightness() and the
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 Dda903x_bl.c93 .get_brightness = da903x_backlight_get_brightness,
H A Dda9052_bl.c102 .get_brightness = da9052_backlight_get_brightness,
H A Dep93xx_bl.c51 .get_brightness = ep93xxbl_get_brightness,
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_backlight.c36 return bdata->get_brightness(); in shmob_drm_backlight_get_brightness()
42 .get_brightness = shmob_drm_backlight_get_brightness,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c95 .get_brightness = nv40_get_intensity,
148 .get_brightness = nv50_get_intensity,
194 .get_brightness = nva3_get_intensity,
290 bl->dev->props.brightness = bl->dev->ops->get_brightness(bl->dev); in nouveau_backlight_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dshmob_drm.h48 int (*get_brightness)(void); member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dshmob_drm.h46 int (*get_brightness)(void); member
/kernel/linux/linux-6.6/drivers/platform/x86/
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,
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dbacklight.c70 .get_brightness = gma_backlight_get_brightness,
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-picolcd_backlight.c49 .get_brightness = picolcd_get_brightness,
/kernel/linux/linux-5.10/include/linux/
H A Dbacklight.h149 * @get_brightness: Return the current backlight brightness.
160 int (*get_brightness)(struct backlight_device *); member
/kernel/linux/linux-6.6/include/linux/
H A Dbacklight.h149 * @get_brightness: Return the current backlight brightness.
160 int (*get_brightness)(struct backlight_device *); member

Completed in 18 milliseconds

1234567