Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmax77650-regulator.c40 struct max77650_regulator_desc { struct
67 const struct max77650_regulator_desc *rdesc; in max77650_regulator_is_enabled()
71 rdesc = container_of(rdev->desc, struct max77650_regulator_desc, desc); in max77650_regulator_is_enabled()
85 const struct max77650_regulator_desc *rdesc; in max77650_regulator_enable()
88 rdesc = container_of(rdev->desc, struct max77650_regulator_desc, desc); in max77650_regulator_enable()
98 const struct max77650_regulator_desc *rdesc; in max77650_regulator_disable()
101 rdesc = container_of(rdev->desc, struct max77650_regulator_desc, desc); in max77650_regulator_disable()
146 static const struct max77650_regulator_desc max77650_LDO_desc = {
172 static const struct max77650_regulator_desc max77650_SBB0_desc = {
202 static const struct max77650_regulator_desc max77650_SBB1_desc = {
[all …]