Lines Matching defs:props
341 ret = ams369fg06_gamma_ctl(lcd, bd->props.brightness);
411 int brightness = bd->props.brightness;
415 brightness > bd->props.max_brightness) {
421 ret = ams369fg06_gamma_ctl(lcd, bd->props.brightness);
445 struct backlight_properties props;
476 memset(&props, 0, sizeof(struct backlight_properties));
477 props.type = BACKLIGHT_RAW;
478 props.max_brightness = MAX_BRIGHTNESS;
482 &ams369fg06_backlight_ops, &props);
486 bd->props.brightness = DEFAULT_BRIGHTNESS;