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

/bionic/libc/kernel/common/linux/
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 1332 milliseconds