Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds