Home | History | Annotate | Download | only in linux

Lines Matching defs:class_device

33 struct class_device;
112 int (*uevent)(struct class_device *dev, char **envp,
115 void (*release)(struct class_device *dev);
129 ssize_t (*show)(struct class_device *, char * buf);
130 ssize_t (*store)(struct class_device *, const char * buf, size_t count);
135 struct class_device {
145 struct class_device *parent;
148 void (*release)(struct class_device *dev);
149 int (*uevent)(struct class_device *dev, char **envp,
158 int (*add) (struct class_device *, struct class_interface *);
159 void (*remove) (struct class_device *, struct class_interface *);