Searched refs:bl_props (Results 1 – 2 of 2) sorted by relevance
574 struct backlight_properties bl_props; in ht16k33_fbdev_probe() local576 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()
171 struct backlight_properties bl_props = { 0, }; in fbtft_register_backlight() local179 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()