Home
last modified time | relevance | path

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

/linux/drivers/leds/flash/
H A Dleds-qcom-flash.c222 u32 therm_ma, avail_ma, thrsh[3], min_thrsh, sts; in update_allowed_flash_current() local
263 min_thrsh = OTST_3CH_MIN_VAL; in update_allowed_flash_current()
265 min_thrsh = (flash_data->revision == FLASH_4CH_REVISION_V0P1) ? in update_allowed_flash_current()
268 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH1], min_thrsh); in update_allowed_flash_current()
273 min_thrsh = OTST2_4CH_MIN_VAL; in update_allowed_flash_current()
279 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH2], min_thrsh); in update_allowed_flash_current()
284 rc = regmap_field_write(flash_data->r_fields[REG_THERM_THRSH3], min_thrsh); in update_allowed_flash_current()