Searched refs:bl_props (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dpcf50633-backlight.c109 struct backlight_properties bl_props; local
115 bl_props.max_brightness = 0x3f;
116 bl_props.power = FB_BLANK_UNBLANK;
119 bl_props.brightness = pdata->default_brightness;
122 bl_props.brightness = 0x3f;
129 &pcf50633_bl_ops, &bl_props);
140 /* Should be different from bl_props.brightness, so we do not exit

Completed in 66 milliseconds