Searched refs:toshiba_backlight_device (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dtoshiba_acpi.c484 static struct backlight_device *toshiba_backlight_device; variable in typeref:struct:backlight_device
990 if (toshiba_backlight_device)
991 backlight_device_unregister(toshiba_backlight_device);
1062 toshiba_backlight_device = backlight_device_register("toshiba",
1067 if (IS_ERR(toshiba_backlight_device)) {
1068 ret = PTR_ERR(toshiba_backlight_device);
1071 toshiba_backlight_device = NULL;

Completed in 54 milliseconds