Searched refs:__ATTR_RW_MODE (Results 1 – 7 of 7) sorted by relevance
26 __ATTR_RW_MODE(_name, 0600)
67 __ATTR_RW_MODE(current_value, 0600);
77 __ATTR_RW_MODE(current_value, 0600);
126 #define __ATTR_RW_MODE(_name, _mode) { \ macro
133 struct device_attribute dev_attr_##_name = __ATTR_RW_MODE(_name, 0600)
602 static struct kobj_attribute attr_current_val = __ATTR_RW_MODE(current_value, 0600);