Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/backlight/
Dhp680_bl.c146 static struct platform_device *hp680bl_device; variable
155 hp680bl_device = platform_device_register_simple("hp680-bl", -1, in hp680bl_init()
157 if (IS_ERR(hp680bl_device)) { in hp680bl_init()
159 return PTR_ERR(hp680bl_device); in hp680bl_init()
166 platform_device_unregister(hp680bl_device); in hp680bl_exit()