Home | History | Annotate | Download | only in linux

Lines Matching defs:class_device

41 struct class_device;
117 int (*uevent)(struct class_device *dev, char **envp,
120 void (*release)(struct class_device *dev);
134 ssize_t (*show)(struct class_device *, char * buf);
135 ssize_t (*store)(struct class_device *, const char * buf, size_t count);
139 struct class_device {
150 struct class_device *parent;
152 void (*release)(struct class_device *dev);
154 int (*uevent)(struct class_device *dev, char **envp,
162 int (*add) (struct class_device *, struct class_interface *);
164 void (*remove) (struct class_device *, struct class_interface *);