HomeSort by relevance Sort by last modified time
    Searched refs:class_device_attribute (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/common/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 24 struct class_device_attribute **attrs;
32 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 110 struct class_device_attribute * class_dev_attrs;
127 struct class_device_attribute { struct
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
141 struct class_device_attribute *devt_attr;
142 struct class_device_attribute uevent_attr;
  /external/kernel-headers/original/linux/
attribute_container.h 21 struct class_device_attribute **attrs;
69 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
device.h 150 struct class_device_attribute * class_dev_attrs;
175 struct class_device_attribute { struct
182 struct class_device_attribute class_device_attr_##_name = \
186 const struct class_device_attribute *);
219 struct class_device_attribute *devt_attr;
220 struct class_device_attribute uevent_attr;
257 const struct class_device_attribute *);

Completed in 282 milliseconds