Home
last modified time | relevance | path

Searched refs:bl_props (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/auxdisplay/
H A Dht16k33.c574 struct backlight_properties bl_props; in ht16k33_fbdev_probe() local
576 memset(&bl_props, 0, sizeof(struct backlight_properties)); in ht16k33_fbdev_probe()
577 bl_props.type = BACKLIGHT_RAW; in ht16k33_fbdev_probe()
578 bl_props.max_brightness = MAX_BRIGHTNESS; in ht16k33_fbdev_probe()
582 &bl_props); in ht16k33_fbdev_probe()
/linux/drivers/staging/fbtft/
H A Dfbtft-core.c171 struct backlight_properties bl_props = { 0, }; in fbtft_register_backlight() local
179 bl_props.type = BACKLIGHT_RAW; in fbtft_register_backlight()
181 bl_props.power = BACKLIGHT_POWER_OFF; in fbtft_register_backlight()
187 &fbtft_bl_ops, &bl_props); in fbtft_register_backlight()