Lines Matching defs:props
787 blightdev->props.brightness))
790 blightdev->props.power == FB_BLANK_POWERDOWN ? 0 : 1))
804 struct backlight_properties props;
814 memset(&props, 0, sizeof(struct backlight_properties));
815 props.max_brightness = max;
816 props.type = BACKLIGHT_PLATFORM;
821 &props);
828 blightdev->props.brightness = now;
829 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
850 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;