Lines Matching refs:attr
32 static ssize_t assert_show(struct device *dev, struct device_attribute *attr, in assert_show() argument
46 static ssize_t clear_show(struct device *dev, struct device_attribute *attr, in clear_show() argument
60 static ssize_t mode_show(struct device *dev, struct device_attribute *attr, in mode_show() argument
69 static ssize_t echo_show(struct device *dev, struct device_attribute *attr, in echo_show() argument
78 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show() argument
87 static ssize_t path_show(struct device *dev, struct device_attribute *attr, in path_show() argument
97 &dev_attr_assert.attr,
98 &dev_attr_clear.attr,
99 &dev_attr_mode.attr,
100 &dev_attr_echo.attr,
101 &dev_attr_name.attr,
102 &dev_attr_path.attr,