Home | History | Annotate | Download | only in linux

Lines Matching refs:sysdev_class

30 struct sysdev_class {
42 ssize_t (*show)(struct sysdev_class *, char *);
43 ssize_t (*store)(struct sysdev_class *, const char *, size_t);
54 extern int sysdev_class_register(struct sysdev_class *);
55 extern void sysdev_class_unregister(struct sysdev_class *);
57 extern int sysdev_class_create_file(struct sysdev_class *,
59 extern void sysdev_class_remove_file(struct sysdev_class *,
75 extern int sysdev_driver_register(struct sysdev_class *, struct sysdev_driver *);
76 extern void sysdev_driver_unregister(struct sysdev_class *, struct sysdev_driver *);
86 struct sysdev_class * cls;