Home | History | Annotate | Download | only in linux

Lines Matching full:_mode

82 #define BUS_ATTR(_name,_mode,_show,_store)	\
83 struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
123 #define DRIVER_ATTR(_name,_mode,_show,_store) \
124 struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
169 #define CLASS_ATTR(_name,_mode,_show,_store) \
170 struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
181 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) \
183 __ATTR(_name,_mode,_show,_store)
294 #define DEVICE_ATTR(_name,_mode,_show,_store) \
295 struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store)