Lines Matching refs:attr

64 	.attr = { .name = __stringify(_name), .mode = _mode },	\
100 static ssize_t spu_show_temp(struct device *dev, struct device_attribute *attr, in spu_show_temp() argument
151 struct device_attribute *attr, char *buf) in spu_show_throttle_end() argument
157 struct device_attribute *attr, char *buf) in spu_show_throttle_begin() argument
163 struct device_attribute *attr, char *buf) in spu_show_throttle_full_stop() argument
169 struct device_attribute *attr, const char *buf, size_t size) in spu_store_throttle_end() argument
175 struct device_attribute *attr, const char *buf, size_t size) in spu_store_throttle_begin() argument
181 struct device_attribute *attr, const char *buf, size_t size) in spu_store_throttle_full_stop() argument
203 struct device_attribute *attr, char *buf) in ppe_show_temp0() argument
210 struct device_attribute *attr, char *buf) in ppe_show_temp1() argument
216 struct device_attribute *attr, char *buf) in ppe_show_throttle_end() argument
222 struct device_attribute *attr, char *buf) in ppe_show_throttle_begin() argument
228 struct device_attribute *attr, char *buf) in ppe_show_throttle_full_stop() argument
234 struct device_attribute *attr, const char *buf, size_t size) in ppe_store_throttle_end() argument
240 struct device_attribute *attr, const char *buf, size_t size) in ppe_store_throttle_begin() argument
246 struct device_attribute *attr, const char *buf, size_t size) in ppe_store_throttle_full_stop() argument
253 .attr = {.name = "temperature", .mode = 0400 },
263 &attr_spu_temperature.attr,
264 &attr_spu_throttle_end.attr,
265 &attr_spu_throttle_begin.attr,
266 &attr_spu_throttle_full_stop.attr,
276 .attr = {.name = "temperature0", .mode = 0400 },
281 .attr = {.name = "temperature1", .mode = 0400 },
290 &attr_ppe_temperature0.attr,
291 &attr_ppe_temperature1.attr,
292 &attr_ppe_throttle_end.attr,
293 &attr_ppe_throttle_begin.attr,
294 &attr_ppe_throttle_full_stop.attr,