Searched refs:adp8870_store (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/backlight/ |
H A D | adp8870_bl.c | 558 static ssize_t adp8870_store(struct device *dev, const char *buf, in adp8870_store() function 585 return adp8870_store(dev, buf, count, ADP8870_BLMX5); in adp8870_bl_l5_dark_max_store() 600 return adp8870_store(dev, buf, count, ADP8870_BLMX4); in adp8870_bl_l4_indoor_max_store() 615 return adp8870_store(dev, buf, count, ADP8870_BLMX3); in adp8870_bl_l3_office_max_store() 630 return adp8870_store(dev, buf, count, ADP8870_BLMX2); in adp8870_bl_l2_bright_max_store() 650 return adp8870_store(dev, buf, count, ADP8870_BLMX1); in adp8870_bl_l1_daylight_max_store() 665 return adp8870_store(dev, buf, count, ADP8870_BLDM5); in adp8870_bl_l5_dark_dim_store() 680 return adp8870_store(dev, buf, count, ADP8870_BLDM4); in adp8870_bl_l4_indoor_dim_store() 696 return adp8870_store(dev, buf, count, ADP8870_BLDM3); in adp8870_bl_l3_office_dim_store() 711 return adp8870_store(dev, buf, count, ADP8870_BLDM2); in adp8870_bl_l2_bright_dim_store() [all …]
|