Lines Matching defs:props
52 struct backlight_properties props;
75 memset(&props, 0, sizeof(props));
76 props.type = BACKLIGHT_RAW;
77 props.max_brightness = 1;
79 &gpio_backlight_ops, &props);
88 bl->props.power = def_value ? FB_BLANK_UNBLANK
91 bl->props.power = FB_BLANK_POWERDOWN;
93 bl->props.power = FB_BLANK_UNBLANK;
95 bl->props.brightness = 1;