Lines Matching refs:attr

502 static ssize_t numbatt_show(struct device *dev, struct device_attribute *attr,
514 static ssize_t lcdtype_show(struct device *dev, struct device_attribute *attr,
526 static ssize_t mute_show(struct device *dev, struct device_attribute *attr,
538 static ssize_t mute_store(struct device *dev, struct device_attribute *attr,
556 static ssize_t sticky_key_show(struct device *dev, struct device_attribute *attr,
568 static ssize_t sticky_key_store(struct device *dev, struct device_attribute *attr,
586 static ssize_t eco_mode_show(struct device *dev, struct device_attribute *attr,
610 static ssize_t eco_mode_store(struct device *dev, struct device_attribute *attr,
657 static ssize_t ac_brightness_show(struct device *dev, struct device_attribute *attr,
669 static ssize_t ac_brightness_store(struct device *dev, struct device_attribute *attr,
687 static ssize_t dc_brightness_show(struct device *dev, struct device_attribute *attr,
699 static ssize_t dc_brightness_store(struct device *dev, struct device_attribute *attr,
717 static ssize_t current_brightness_show(struct device *dev, struct device_attribute *attr,
729 static ssize_t current_brightness_store(struct device *dev, struct device_attribute *attr,
748 static ssize_t cdpower_show(struct device *dev, struct device_attribute *attr,
754 static ssize_t cdpower_store(struct device *dev, struct device_attribute *attr,
777 &dev_attr_numbatt.attr,
778 &dev_attr_lcdtype.attr,
779 &dev_attr_mute.attr,
780 &dev_attr_sticky_key.attr,
781 &dev_attr_eco_mode.attr,
782 &dev_attr_ac_brightness.attr,
783 &dev_attr_dc_brightness.attr,
784 &dev_attr_current_brightness.attr,
785 &dev_attr_cdpower.attr,