static ssize_t adp5520_bl_daylight_dim_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, ADP5520_DAYLIGHT_DIM); }
static ssize_t adp5520_bl_office_dim_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, ADP5520_OFFICE_DIM); }
static ssize_t adp5520_bl_dark_max_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, ADP5520_DARK_MAX); }
static ssize_t adp5520_bl_dark_dim_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, DARK_DIM); }
static ssize_t adp5520_bl_daylight_max_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, DAYLIGHT_MAX); }
static ssize_t adp5520_bl_office_max_show(struct device *dev, struct device_attribute *attr, char *buf) { return adp5520_show(dev, buf, OFFICE_MAX); }