Searched refs:adp8860_store (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/video/backlight/ |
D | adp8860_bl.c | 437 static ssize_t adp8860_store(struct device *dev, const char *buf, in adp8860_store() function 464 return adp8860_store(dev, buf, count, ADP8860_BLMX3); in adp8860_bl_l3_dark_max_store() 479 return adp8860_store(dev, buf, count, ADP8860_BLMX2); in adp8860_bl_l2_office_max_store() 499 return adp8860_store(dev, buf, count, ADP8860_BLMX1); in adp8860_bl_l1_daylight_max_store() 514 return adp8860_store(dev, buf, count, ADP8860_BLDM3); in adp8860_bl_l3_dark_dim_store() 529 return adp8860_store(dev, buf, count, ADP8860_BLDM2); in adp8860_bl_l2_office_dim_store() 544 return adp8860_store(dev, buf, count, ADP8860_BLDM1); in adp8860_bl_l1_daylight_dim_store()
|