Searched refs:bl_props (Results 1 – 1 of 1) sorted by relevance
404 struct backlight_properties bl_props; in ht16k33_probe() local432 memset(&bl_props, 0, sizeof(struct backlight_properties)); in ht16k33_probe()433 bl_props.type = BACKLIGHT_RAW; in ht16k33_probe()434 bl_props.max_brightness = MAX_BRIGHTNESS; in ht16k33_probe()438 &ht16k33_bl_ops, &bl_props); in ht16k33_probe()