Searched refs:class_device_attribute (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dattribute_container.h31 struct class_device_attribute **attrs;
40 struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);
H A Ddevice.h116 struct class_device_attribute * class_dev_attrs;
131 struct class_device_attribute { struct
137 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
145 struct class_device_attribute *devt_attr;
146 struct class_device_attribute uevent_attr;

Completed in 30 milliseconds