Lines Matching refs:max77650_regulator_desc
40 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 = {
232 static const struct max77650_regulator_desc max77651_SBB1_desc = {
265 static const struct max77650_regulator_desc max77650_SBB2_desc = {
295 static const struct max77650_regulator_desc max77651_SBB2_desc = {
327 const struct max77650_regulator_desc **rdescs; in max77650_regulator_probe()
328 const struct max77650_regulator_desc *rdesc; in max77650_regulator_probe()