Lines Matching refs:attr

70 family_show(struct device *dev, struct device_attribute *attr, char *buf)  in family_show()  argument
93 stepping_show(struct device *dev, struct device_attribute *attr, char *buf) in stepping_show() argument
122 state_show(struct device *dev, struct device_attribute *attr, char *buf) in state_show() argument
134 state_store(struct device *dev, struct device_attribute *attr, in state_store() argument
173 struct device_attribute *attr, char *buf) in shutdown_status_show() argument
186 cmdline_show(struct device *dev, struct device_attribute *attr, char *buf) in cmdline_show() argument
202 cmdline_store(struct device *dev, struct device_attribute *attr, in cmdline_store() argument
232 firmware_show(struct device *dev, struct device_attribute *attr, char *buf) in firmware_show() argument
248 firmware_store(struct device *dev, struct device_attribute *attr, in firmware_store() argument
277 ramdisk_show(struct device *dev, struct device_attribute *attr, char *buf) in ramdisk_show() argument
293 ramdisk_store(struct device *dev, struct device_attribute *attr, in ramdisk_store() argument
323 bootmode_show(struct device *dev, struct device_attribute *attr, char *buf) in bootmode_show() argument
339 bootmode_store(struct device *dev, struct device_attribute *attr, in bootmode_store() argument
372 log_buf_addr_show(struct device *dev, struct device_attribute *attr, in log_buf_addr_show() argument
384 log_buf_addr_store(struct device *dev, struct device_attribute *attr, in log_buf_addr_store() argument
406 log_buf_len_show(struct device *dev, struct device_attribute *attr, in log_buf_len_show() argument
418 log_buf_len_store(struct device *dev, struct device_attribute *attr, in log_buf_len_store() argument
440 &dev_attr_family.attr,
441 &dev_attr_stepping.attr,
442 &dev_attr_state.attr,
443 &dev_attr_shutdown_status.attr,
444 &dev_attr_cmdline.attr,
445 &dev_attr_firmware.attr,
446 &dev_attr_ramdisk.attr,
447 &dev_attr_bootmode.attr,
448 &dev_attr_log_buf_addr.attr,
449 &dev_attr_log_buf_len.attr,