Lines Matching refs:attr
67 family_show(struct device *dev, struct device_attribute *attr, char *buf) in family_show() argument
79 stepping_show(struct device *dev, struct device_attribute *attr, char *buf) in stepping_show() argument
91 state_show(struct device *dev, struct device_attribute *attr, char *buf) in state_show() argument
103 state_store(struct device *dev, struct device_attribute *attr, in state_store() argument
134 struct device_attribute *attr, char *buf) in shutdown_status_show() argument
148 struct device_attribute *attr, char *buf) in heartbeat_enable_show() argument
160 struct device_attribute *attr, in heartbeat_enable_store() argument
187 cmdline_show(struct device *dev, struct device_attribute *attr, char *buf) in cmdline_show() argument
203 cmdline_store(struct device *dev, struct device_attribute *attr, in cmdline_store() argument
233 firmware_show(struct device *dev, struct device_attribute *attr, char *buf) in firmware_show() argument
249 firmware_store(struct device *dev, struct device_attribute *attr, in firmware_store() argument
278 ramdisk_show(struct device *dev, struct device_attribute *attr, char *buf) in ramdisk_show() argument
294 ramdisk_store(struct device *dev, struct device_attribute *attr, in ramdisk_store() argument
324 bootmode_show(struct device *dev, struct device_attribute *attr, char *buf) in bootmode_show() argument
340 bootmode_store(struct device *dev, struct device_attribute *attr, in bootmode_store() argument
373 log_buf_addr_show(struct device *dev, struct device_attribute *attr, in log_buf_addr_show() argument
385 log_buf_addr_store(struct device *dev, struct device_attribute *attr, in log_buf_addr_store() argument
407 log_buf_len_show(struct device *dev, struct device_attribute *attr, in log_buf_len_show() argument
419 log_buf_len_store(struct device *dev, struct device_attribute *attr, in log_buf_len_store() argument
441 &dev_attr_family.attr,
442 &dev_attr_stepping.attr,
443 &dev_attr_state.attr,
444 &dev_attr_shutdown_status.attr,
445 &dev_attr_heartbeat_enable.attr,
446 &dev_attr_cmdline.attr,
447 &dev_attr_firmware.attr,
448 &dev_attr_ramdisk.attr,
449 &dev_attr_bootmode.attr,
450 &dev_attr_log_buf_addr.attr,
451 &dev_attr_log_buf_len.attr,