Searched refs:buck1_gpiodvs (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/mfd/
H A Dmax8997.h183 bool buck1_gpiodvs; member in struct:max8997_platform_data
/linux-master/drivers/regulator/
H A Dmax8997-regulator.c28 bool buck1_gpiodvs; member in struct:max8997_data
298 if (max8997->buck1_gpiodvs)
504 if (max8997->buck1_gpiodvs)
567 buckx_gpiodvs[0] = max8997->buck1_gpiodvs;
628 if (max8997->buck1_gpiodvs)
927 pdata->buck1_gpiodvs = of_property_read_bool(pmic_np, "max8997,pmic-buck1-uses-gpio-dvs");
931 if (pdata->buck1_gpiodvs || pdata->buck2_gpiodvs ||
1016 max8997->buck1_gpiodvs = pdata->buck1_gpiodvs;
1021 nr_dvs = (pdata->buck1_gpiodvs || pdat
[all...]

Completed in 129 milliseconds