HomeSort by relevance Sort by last modified time
    Searched full:class_device (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/kernel-headers/original/linux/
attribute_container.h 44 struct class_device *));
48 struct class_device *));
52 struct class_device *));
56 struct class_device *));
60 int attribute_container_add_attrs(struct class_device *classdev);
61 int attribute_container_add_class_device(struct class_device *classdev);
64 struct class_device *classdev);
65 void attribute_container_remove_attrs(struct class_device *classdev);
66 void attribute_container_class_device_del(struct class_device *classdev);
67 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
    [all...]
device.h 33 struct class_device;
152 int (*uevent)(struct class_device *dev, char **envp,
155 void (*release)(struct class_device *dev);
177 ssize_t (*show)(struct class_device *, char * buf);
178 ssize_t (*store)(struct class_device *, const char * buf, size_t count);
185 extern int class_device_create_file(struct class_device *,
189 * struct class_device - class devices
199 * class_device. Use class_get_devdata() and class_set_devdata() to get and
201 * @parent: pointer to a struct class_device that is the parent of this struct
202 * class_device. If NULL, this class_device will show up at the root of th
213 struct class_device { struct
    [all...]
rtc.h 138 struct class_device class_dev;
147 struct class_device *rtc_dev;
180 extern int rtc_read_time(struct class_device *class_dev, struct rtc_time *tm);
181 extern int rtc_set_time(struct class_device *class_dev, struct rtc_time *tm);
182 extern int rtc_set_mmss(struct class_device *class_dev, unsigned long secs);
183 extern int rtc_read_alarm(struct class_device *class_dev,
185 extern int rtc_set_alarm(struct class_device *class_dev,
187 extern void rtc_update_irq(struct class_device *class_dev,
190 extern struct class_device *rtc_class_open(char *name);
191 extern void rtc_class_close(struct class_device *class_dev)
    [all...]
miscdevice.h 34 struct class_device;
42 struct class_device *class;
transport_class.h 20 struct class_device *);
22 struct class_device *);
24 struct class_device *);
  /bionic/libc/kernel/common/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
device.h 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 { struct
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 *)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
device.h 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 { struct
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 *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
device.h 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 { struct
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 *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
device.h 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 { struct
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 *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 30 struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
transport_class.h 23 struct class_device *);
25 struct class_device *);
27 struct class_device *);

Completed in 325 milliseconds

1 2 3