Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmax8997-regulator.c29 bool buck1_gpiodvs; member
299 if (max8997->buck1_gpiodvs) in max8997_get_voltage_register()
505 if (max8997->buck1_gpiodvs) in max8997_set_voltage_buck_time_sel()
568 buckx_gpiodvs[0] = max8997->buck1_gpiodvs; in max8997_assess_side_effect()
629 if (max8997->buck1_gpiodvs) in max8997_set_voltage_buck()
926 pdata->buck1_gpiodvs = of_property_read_bool(pmic_np, "max8997,pmic-buck1-uses-gpio-dvs"); in max8997_pmic_dt_parse_pdata()
930 if (pdata->buck1_gpiodvs || pdata->buck2_gpiodvs || in max8997_pmic_dt_parse_pdata()
1014 max8997->buck1_gpiodvs = pdata->buck1_gpiodvs; in max8997_pmic_probe()
1019 nr_dvs = (pdata->buck1_gpiodvs || pdata->buck2_gpiodvs || in max8997_pmic_probe()
1085 if (pdata->buck1_gpiodvs || pdata->buck2_gpiodvs || in max8997_pmic_probe()
[all …]
/linux/include/linux/mfd/
H A Dmax8997.h183 bool buck1_gpiodvs; member