Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dmsi-laptop.c316 static struct backlight_device *msibl_device; variable
1071 msibl_device = backlight_device_register("msi-laptop-bl", NULL, in msi_init()
1074 if (IS_ERR(msibl_device)) in msi_init()
1075 return PTR_ERR(msibl_device); in msi_init()
1144 backlight_device_unregister(msibl_device); in msi_init()
1164 backlight_device_unregister(msibl_device); in msi_cleanup()