Lines Matching refs:sysdev_class
80 #define to_sysdev_class(k) container_of(k, struct sysdev_class, kset.kobj)
87 struct sysdev_class *class = to_sysdev_class(kobj); in sysdev_class_show()
98 struct sysdev_class *class = to_sysdev_class(kobj); in sysdev_class_store()
115 int sysdev_class_create_file(struct sysdev_class *c, in sysdev_class_create_file()
122 void sysdev_class_remove_file(struct sysdev_class *c, in sysdev_class_remove_file()
131 int sysdev_class_register(struct sysdev_class *cls) in sysdev_class_register()
154 void sysdev_class_unregister(struct sysdev_class *cls) in sysdev_class_unregister()
174 static void __sysdev_driver_remove(struct sysdev_class *cls, in __sysdev_driver_remove()
208 int sysdev_driver_register(struct sysdev_class *cls, struct sysdev_driver *drv) in sysdev_driver_register()
257 void sysdev_driver_unregister(struct sysdev_class *cls, in sysdev_driver_unregister()
275 struct sysdev_class *cls = sysdev->cls; in sysdev_register()
348 struct sysdev_class *cls; in sysdev_shutdown()
379 struct sysdev_class *cls = dev->cls; in __sysdev_resume()
411 struct sysdev_class *cls; in sysdev_suspend()
505 struct sysdev_class *cls; in sysdev_resume()