Home
last modified time | relevance | path

Searched refs:min_thrsh (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/leds/flash/
H A Dleds-qcom-flash.c202 u32 therm_ma, avail_ma, thrsh[3], min_thrsh, sts; in update_allowed_flash_current() local
243 min_thrsh = OTST_3CH_MIN_VAL; in update_allowed_flash_current()
245 min_thrsh = (flash_data->revision == FLASH_4CH_REVISION_V0P1) ? in update_allowed_flash_current()
248 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH1], min_thrsh); in update_allowed_flash_current()
253 min_thrsh = OTST2_4CH_MIN_VAL; in update_allowed_flash_current()
259 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH2], min_thrsh); in update_allowed_flash_current()
264 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH3], min_thrsh); in update_allowed_flash_current()