Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/regulator/
Dmax8997-regulator.c31 bool buck5_gpiodvs; member
315 if (max8997->buck5_gpiodvs) in max8997_get_voltage_register()
513 if (max8997->buck5_gpiodvs) in max8997_set_voltage_buck_time_sel()
570 buckx_gpiodvs[2] = max8997->buck5_gpiodvs; in max8997_assess_side_effect()
637 if (max8997->buck5_gpiodvs) in max8997_set_voltage_buck()
948 pdata->buck5_gpiodvs = of_property_read_bool(pmic_np, "max8997,pmic-buck5-uses-gpio-dvs"); in max8997_pmic_dt_parse_pdata()
951 pdata->buck5_gpiodvs) { in max8997_pmic_dt_parse_pdata()
1041 max8997->buck5_gpiodvs = pdata->buck5_gpiodvs; in max8997_pmic_probe()
1046 pdata->buck5_gpiodvs) ? 8 : 1; in max8997_pmic_probe()
1112 pdata->buck5_gpiodvs) { in max8997_pmic_probe()
[all …]
/linux-6.6.21/include/linux/mfd/
Dmax8997.h188 bool buck5_gpiodvs; member