/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | apple_bl.c | 86 .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 D | backlight.c | 49 * 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 D | da903x_bl.c | 93 .get_brightness = da903x_backlight_get_brightness,
|
H A D | hp680_bl.c | 97 .get_brightness = hp680bl_get_intensity,
|
H A D | da9052_bl.c | 102 .get_brightness = da9052_backlight_get_brightness,
|
H A D | ep93xx_bl.c | 51 .get_brightness = ep93xxbl_get_brightness,
|
H A D | pcf50633-backlight.c | 89 .get_brightness = pcf50633_bl_get_brightness,
|
H A D | kb3886_bl.c | 129 .get_brightness = kb3886bl_get_intensity,
|
H A D | jornada720_bl.c | 100 .get_brightness = jornada_bl_get_brightness,
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | apple_bl.c | 86 .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 D | backlight.c | 49 * 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 D | da903x_bl.c | 93 .get_brightness = da903x_backlight_get_brightness,
|
H A D | da9052_bl.c | 102 .get_brightness = da9052_backlight_get_brightness,
|
H A D | ep93xx_bl.c | 51 .get_brightness = ep93xxbl_get_brightness,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_backlight.c | 36 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 D | shmob_drm_backlight.c | 32 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 D | nouveau_backlight.c | 95 .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 D | nouveau_backlight.c | 92 .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 D | shmob_drm.h | 48 int (*get_brightness)(void); member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | shmob_drm.h | 46 int (*get_brightness)(void); member
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | samsung-laptop.c | 78 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 D | backlight.c | 70 .get_brightness = gma_backlight_get_brightness,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-picolcd_backlight.c | 49 .get_brightness = picolcd_get_brightness,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | backlight.h | 149 * @get_brightness: Return the current backlight brightness. 160 int (*get_brightness)(struct backlight_device *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | backlight.h | 149 * @get_brightness: Return the current backlight brightness. 160 int (*get_brightness)(struct backlight_device *); member
|