Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/regulator/
Dtps65217-regulator.c135 if (!tps->strobes[rid]) in tps65217_pmic_set_suspend_disable()
140 tps->strobes[rid], TPS65217_PROTECT_L1); in tps65217_pmic_set_suspend_disable()
223 tps->strobes = devm_kcalloc(&pdev->dev, in tps65217_regulator_probe()
226 if (!tps->strobes) in tps65217_regulator_probe()
252 tps->strobes[i] = val & regulators[i].bypass_mask; in tps65217_regulator_probe()
Dtps65218-regulator.c147 if (!tps->strobes[rid]) { in tps65218_pmic_set_suspend_disable()
149 tps->strobes[rid] = 3; in tps65218_pmic_set_suspend_disable()
156 tps->strobes[rid], TPS65218_PROTECT_L1); in tps65218_pmic_set_suspend_disable()
318 tps->strobes = devm_kcalloc(&pdev->dev, in tps65218_regulator_probe()
321 if (!tps->strobes) in tps65218_regulator_probe()
337 tps->strobes[i] = val & regulators[i].bypass_mask; in tps65218_regulator_probe()
/Linux-v6.1/include/linux/mfd/
Dtps65217.h260 u8 *strobes; member
Dtps65218.h263 u8 *strobes; member