Searched refs:adp8860_store (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/backlight/ |
D | adp8860_bl.c | 446 static ssize_t adp8860_store(struct device *dev, const char *buf, in adp8860_store() function 473 return adp8860_store(dev, buf, count, ADP8860_BLMX3); in adp8860_bl_l3_dark_max_store() 488 return adp8860_store(dev, buf, count, ADP8860_BLMX2); in adp8860_bl_l2_office_max_store() 508 return adp8860_store(dev, buf, count, ADP8860_BLMX1); in adp8860_bl_l1_daylight_max_store() 523 return adp8860_store(dev, buf, count, ADP8860_BLDM3); in adp8860_bl_l3_dark_dim_store() 538 return adp8860_store(dev, buf, count, ADP8860_BLDM2); in adp8860_bl_l2_office_dim_store() 553 return adp8860_store(dev, buf, count, ADP8860_BLDM1); in adp8860_bl_l1_daylight_dim_store()
|