Lines Matching refs:attr
30 static ssize_t pubek_show(struct device *dev, struct device_attribute *attr, in pubek_show() argument
87 static ssize_t pcrs_show(struct device *dev, struct device_attribute *attr, in pcrs_show() argument
116 static ssize_t enabled_show(struct device *dev, struct device_attribute *attr, in enabled_show() argument
132 static ssize_t active_show(struct device *dev, struct device_attribute *attr, in active_show() argument
148 static ssize_t owned_show(struct device *dev, struct device_attribute *attr, in owned_show() argument
165 struct device_attribute *attr, char *buf) in temp_deactivated_show() argument
180 static ssize_t caps_show(struct device *dev, struct device_attribute *attr, in caps_show() argument
222 static ssize_t cancel_store(struct device *dev, struct device_attribute *attr, in cancel_store() argument
234 static ssize_t durations_show(struct device *dev, struct device_attribute *attr, in durations_show() argument
251 static ssize_t timeouts_show(struct device *dev, struct device_attribute *attr, in timeouts_show() argument
267 &dev_attr_pubek.attr,
268 &dev_attr_pcrs.attr,
269 &dev_attr_enabled.attr,
270 &dev_attr_active.attr,
271 &dev_attr_owned.attr,
272 &dev_attr_temp_deactivated.attr,
273 &dev_attr_caps.attr,
274 &dev_attr_cancel.attr,
275 &dev_attr_durations.attr,
276 &dev_attr_timeouts.attr,