Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/auxdisplay/
Dht16k33.c404 struct backlight_properties bl_props; in ht16k33_probe() local
432 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()