/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | apple_bl.c | 37 void (*set_brightness)(int); member 89 .set_brightness = intel_chipset_set_brightness, 134 .set_brightness = nvidia_chipset_set_brightness, 167 hw_data->set_brightness(1); in apple_bl_add() 171 hw_data->set_brightness(0); in apple_bl_add()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | apple_bl.c | 37 void (*set_brightness)(int); member 89 .set_brightness = intel_chipset_set_brightness, 134 .set_brightness = nvidia_chipset_set_brightness, 167 hw_data->set_brightness(1); in apple_bl_add() 171 hw_data->set_brightness(0); in apple_bl_add()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | samsung-laptop.c | 79 u16 set_brightness; member 174 .set_brightness = 0x01, 237 .set_brightness = 0x11, 489 static void set_brightness(struct samsung_laptop *samsung, u8 user_brightness) in set_brightness() function 503 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 506 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 526 * around in set_brightness. in check_for_stepping_quirk() 530 set_brightness(samsung, 1); in check_for_stepping_quirk() 540 set_brightness(samsung, check_level); in check_for_stepping_quirk() 547 set_brightness(samsun in check_for_stepping_quirk() [all...] |
H A D | eeepc-laptop.c | 1095 static int set_brightness(struct backlight_device *bd, int value) in set_brightness() function 1104 return set_brightness(bd, bd->props.brightness); in update_bl_status()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | hp_accel.c | 43 void (*set_brightness)(struct delayed_led_classdev *data, enum led_brightness value); member 51 data->set_brightness(data, data->new_brightness); in delayed_set_status_worker() 278 .set_brightness = hpled_set,
|
H A D | samsung-laptop.c | 79 u16 set_brightness; member 174 .set_brightness = 0x01, 237 .set_brightness = 0x11, 499 static void set_brightness(struct samsung_laptop *samsung, u8 user_brightness) in set_brightness() function 513 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 516 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 536 * around in set_brightness. in check_for_stepping_quirk() 540 set_brightness(samsung, 1); in check_for_stepping_quirk() 550 set_brightness(samsung, check_level); in check_for_stepping_quirk() 557 set_brightness(samsun in check_for_stepping_quirk() [all...] |
H A D | eeepc-laptop.c | 1095 static int set_brightness(struct backlight_device *bd, int value) in set_brightness() function 1104 return set_brightness(bd, bd->props.brightness); in update_bl_status()
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/ |
H A D | hp_accel.c | 40 void (*set_brightness)(struct delayed_led_classdev *data, enum led_brightness value); member 48 data->set_brightness(data, data->new_brightness); in delayed_set_status_worker() 266 .set_brightness = hpled_set,
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | shmob_drm.h | 49 int (*set_brightness)(int brightness); member
|
H A D | cros_ec_commands.h | 1962 } set_brightness, seq, demo; member 2031 * off, on, init, set_brightness, seq, reg, set_rgb, demo,
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | shmob_drm.h | 47 int (*set_brightness)(int brightness); member
|
H A D | cros_ec_commands.h | 1990 } set_brightness, seq, demo; member 2059 * off, on, init, set_brightness, seq, reg, set_rgb, demo,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_backlight.c | 27 return bdata->set_brightness(brightness); in shmob_drm_backlight_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_backlight.c | 23 return bdata->set_brightness(brightness); in shmob_drm_backlight_update()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-netxbig.c | 175 int set_brightness = 1; in netxbig_led_set() local 182 set_brightness = 0; in netxbig_led_set() 200 if (set_brightness) in netxbig_led_set()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-netxbig.c | 175 int set_brightness = 1; in netxbig_led_set() local 182 set_brightness = 0; in netxbig_led_set() 200 if (set_brightness) in netxbig_led_set()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | sh_mobile_lcdc.h | 165 int (*set_brightness)(int brightness); member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sh_mobile_lcdc.h | 165 int (*set_brightness)(int brightness); member
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ap325rxa/ |
H A D | setup.c | 235 .set_brightness = ap320_wvga_set_brightness,
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ap325rxa/ |
H A D | setup.c | 236 .set_brightness = ap320_wvga_set_brightness,
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_lightbar.c | 193 param->set_brightness.num = val; in brightness_store()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_lightbar.c | 194 param->set_brightness.num = val; in brightness_store()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 2134 return ch->cfg->bl_info.set_brightness(brightness); in sh_mobile_lcdc_update_bl()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 2131 return ch->cfg->bl_info.set_brightness(brightness); in sh_mobile_lcdc_update_bl()
|