Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/regulator/
A 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()
A 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-6.3-rc2/include/linux/mfd/
A Dtps65217.h260 u8 *strobes; member
A Dtps65218.h263 u8 *strobes; member

Completed in 10 milliseconds