Lines Matching defs:attr

503 static ssize_t numbatt_show(struct device *dev, struct device_attribute *attr,  in numbatt_show()
515 static ssize_t lcdtype_show(struct device *dev, struct device_attribute *attr, in lcdtype_show()
527 static ssize_t mute_show(struct device *dev, struct device_attribute *attr, in mute_show()
539 static ssize_t mute_store(struct device *dev, struct device_attribute *attr, in mute_store()
557 static ssize_t sticky_key_show(struct device *dev, struct device_attribute *attr, in sticky_key_show()
569 static ssize_t sticky_key_store(struct device *dev, struct device_attribute *attr, in sticky_key_store()
587 static ssize_t eco_mode_show(struct device *dev, struct device_attribute *attr, in eco_mode_show()
610 static ssize_t eco_mode_store(struct device *dev, struct device_attribute *attr, in eco_mode_store()
657 static ssize_t ac_brightness_show(struct device *dev, struct device_attribute *attr, in ac_brightness_show()
669 static ssize_t ac_brightness_store(struct device *dev, struct device_attribute *attr, in ac_brightness_store()
687 static ssize_t dc_brightness_show(struct device *dev, struct device_attribute *attr, in dc_brightness_show()
699 static ssize_t dc_brightness_store(struct device *dev, struct device_attribute *attr, in dc_brightness_store()
717 static ssize_t current_brightness_show(struct device *dev, struct device_attribute *attr, in current_brightness_show()
729 static ssize_t current_brightness_store(struct device *dev, struct device_attribute *attr, in current_brightness_store()
748 static ssize_t cdpower_show(struct device *dev, struct device_attribute *attr, in cdpower_show()
759 static ssize_t cdpower_store(struct device *dev, struct device_attribute *attr, in cdpower_store()
781 static umode_t pcc_sysfs_is_visible(struct kobject *kobj, struct attribute *attr, int idx) in pcc_sysfs_is_visible()