Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dhp680_bl.c140 static struct platform_device *hp680bl_device; variable
149 hp680bl_device = platform_device_register_simple("hp680-bl", -1, in hp680bl_init()
151 if (IS_ERR(hp680bl_device)) { in hp680bl_init()
153 return PTR_ERR(hp680bl_device); in hp680bl_init()
160 platform_device_unregister(hp680bl_device); in hp680bl_exit()