Lines Matching refs:props
1040 int arg = bd->props.brightness + 1; in sony_backlight_update_status()
1071 value = bd->props.brightness + sdev->offset; in sony_nc_update_status_ng()
3029 struct sony_backlight_props *props) in sony_nc_backlight_ng_read_limits() argument
3037 props->handle = handle; in sony_nc_backlight_ng_read_limits()
3038 props->offset = 0; in sony_nc_backlight_ng_read_limits()
3039 props->maxlvl = 0xff; in sony_nc_backlight_ng_read_limits()
3079 props->offset = min; in sony_nc_backlight_ng_read_limits()
3080 props->maxlvl = max; in sony_nc_backlight_ng_read_limits()
3081 dprintk("Brightness levels: min=%d max=%d\n", props->offset, in sony_nc_backlight_ng_read_limits()
3082 props->maxlvl); in sony_nc_backlight_ng_read_limits()
3089 struct backlight_properties props; in sony_nc_backlight_setup() local
3128 memset(&props, 0, sizeof(struct backlight_properties)); in sony_nc_backlight_setup()
3129 props.type = BACKLIGHT_PLATFORM; in sony_nc_backlight_setup()
3130 props.max_brightness = max_brightness; in sony_nc_backlight_setup()
3133 ops, &props); in sony_nc_backlight_setup()
3139 sony_bl_props.dev->props.brightness = in sony_nc_backlight_setup()
4157 sony_bl_props.dev->props.brightness = in sonypi_misc_ioctl()