Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dcompal-laptop.c747 static struct backlight_device *compalbl_device; variable
1049 compalbl_device = backlight_device_register(DRIVER_NAME, in compal_init()
1053 if (IS_ERR(compalbl_device)) in compal_init()
1054 return PTR_ERR(compalbl_device); in compal_init()
1088 backlight_device_unregister(compalbl_device); in compal_init()
1097 backlight_device_unregister(compalbl_device); in compal_cleanup()