Home
last modified time | relevance | path

Searched refs:set_brightness (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/video/backlight/
H A Dapple_bl.c37 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()
/openbmc/u-boot/drivers/video/
H A Dbacklight-uclass.c25 if (!ops->set_brightness) in backlight_set_brightness()
28 return ops->set_brightness(dev, percent); in backlight_set_brightness()
H A Dpwm_backlight.c236 .set_brightness = pwm_backlight_set_brightness,
/openbmc/linux/drivers/platform/x86/hp/
H A Dhp_accel.c40 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,
/openbmc/linux/drivers/platform/x86/
H A Dsamsung-laptop.c79 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()
530 set_brightness(samsung, 1); in check_for_stepping_quirk()
540 set_brightness(samsung, check_level); in check_for_stepping_quirk()
547 set_brightness(samsung, orig_level); in check_for_stepping_quirk()
555 set_brightness(samsung, bd->props.brightness); in update_status()
H A Deeepc-laptop.c1095 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()
/openbmc/u-boot/include/
H A Dbacklight.h33 int (*set_brightness)(struct udevice *dev, int percent); member
H A Dec_commands.h1714 } set_brightness, seq, demo; member
1782 } off, on, init, set_brightness, seq, reg, set_rgb, member
/openbmc/linux/include/linux/platform_data/
H A Dshmob_drm.h47 int (*set_brightness)(int brightness); member
H A Dcros_ec_commands.h1990 } set_brightness, seq, demo; member
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_backlight.c23 return bdata->set_brightness(brightness); in shmob_drm_backlight_update()
/openbmc/linux/drivers/leds/
H A Dleds-netxbig.c175 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()
/openbmc/linux/include/video/
H A Dsh_mobile_lcdc.h165 int (*set_brightness)(int brightness); member
/openbmc/linux/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c236 .set_brightness = ap320_wvga_set_brightness,
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lightbar.c194 param->set_brightness.num = val; in brightness_store()
/openbmc/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2131 return ch->cfg->bl_info.set_brightness(brightness); in sh_mobile_lcdc_update_bl()