Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dattribute_container.h30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct dev…
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *cl…
Ddevice.h33 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 { struct
145 struct class_device *parent; argument
148 void (*release)(struct class_device *dev); argument
149 int (*uevent)(struct class_device *dev, char **envp, argument
158 int (*add) (struct class_device *, struct class_interface *); argument
[all …]
Dtransport_class.h23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
Dmiscdevice.h45 struct class_device;
53 struct class_device *class;
/development/ndk/platforms/android-3/include/linux/mmc/
Dhost.h80 struct class_device class_dev;