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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/backlight/
H A Dhp680_bl.c147 static struct platform_device *hp680bl_device; variable in typeref:struct:platform_device
155 hp680bl_device = platform_device_alloc("hp680-bl", -1);
156 if (!hp680bl_device)
159 ret = platform_device_add(hp680bl_device);
162 platform_device_put(hp680bl_device);
171 platform_device_unregister(hp680bl_device);

Completed in 71 milliseconds