Lines Matching refs:props
36 int intensity = bd->props.brightness; in hp680bl_send_intensity()
38 if (bd->props.power != FB_BLANK_UNBLANK) in hp680bl_send_intensity()
40 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in hp680bl_send_intensity()
107 struct backlight_properties props; in hp680bl_probe() local
110 memset(&props, 0, sizeof(struct backlight_properties)); in hp680bl_probe()
111 props.type = BACKLIGHT_RAW; in hp680bl_probe()
112 props.max_brightness = HP680_MAX_INTENSITY; in hp680bl_probe()
114 NULL, &hp680bl_ops, &props); in hp680bl_probe()
120 bd->props.brightness = HP680_DEFAULT_INTENSITY; in hp680bl_probe()
130 bd->props.brightness = 0; in hp680bl_remove()
131 bd->props.power = 0; in hp680bl_remove()