Searched refs:locomolcd_bl_device (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 Dlocomolcd.c29 static struct backlight_device *locomolcd_bl_device; variable in typeref:struct:backlight_device
153 locomolcd_set_intensity(locomolcd_bl_device);
160 locomolcd_set_intensity(locomolcd_bl_device);
188 locomolcd_bl_device = backlight_device_register("locomo-bl",
192 if (IS_ERR (locomolcd_bl_device))
193 return PTR_ERR (locomolcd_bl_device);
196 locomolcd_bl_device->props.brightness = 2;
197 locomolcd_set_intensity(locomolcd_bl_device);
206 locomolcd_bl_device->props.brightness = 0;
207 locomolcd_bl_device
[all...]

Completed in 48 milliseconds