Home
last modified time | relevance | path

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

/linux/drivers/power/reset/
H A Dreboot-mode.c70 static const struct class reboot_mode_class = { variable
148 priv->reboot_mode_device = device_create(&reboot_mode_class, NULL, 0, in reboot_mode_create_device()
245 reboot_mode_device = class_find_device(&reboot_mode_class, NULL, reboot->dev->driver->name, in reboot_mode_unregister_device()
344 return class_register(&reboot_mode_class); in reboot_mode_init()
349 class_unregister(&reboot_mode_class); in reboot_mode_exit()