Lines Matching refs:props
1039 int arg = bd->props.brightness + 1; in sony_backlight_update_status()
1070 value = bd->props.brightness + sdev->offset; in sony_nc_update_status_ng()
3027 struct sony_backlight_props *props) in sony_nc_backlight_ng_read_limits() argument
3035 props->handle = handle; in sony_nc_backlight_ng_read_limits()
3036 props->offset = 0; in sony_nc_backlight_ng_read_limits()
3037 props->maxlvl = 0xff; in sony_nc_backlight_ng_read_limits()
3077 props->offset = min; in sony_nc_backlight_ng_read_limits()
3078 props->maxlvl = max; in sony_nc_backlight_ng_read_limits()
3079 dprintk("Brightness levels: min=%d max=%d\n", props->offset, in sony_nc_backlight_ng_read_limits()
3080 props->maxlvl); in sony_nc_backlight_ng_read_limits()
3087 struct backlight_properties props; in sony_nc_backlight_setup() local
3126 memset(&props, 0, sizeof(struct backlight_properties)); in sony_nc_backlight_setup()
3127 props.type = BACKLIGHT_PLATFORM; in sony_nc_backlight_setup()
3128 props.max_brightness = max_brightness; in sony_nc_backlight_setup()
3131 ops, &props); in sony_nc_backlight_setup()
3137 sony_bl_props.dev->props.brightness = in sony_nc_backlight_setup()
4159 sony_bl_props.dev->props.brightness = in sonypi_misc_ioctl()