Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/regulator/
Dlp872x.h59 struct lp872x_dvs { struct
87 struct lp872x_dvs *dvs;
/Linux-v5.4/drivers/regulator/
Dlp872x.c322 struct lp872x_dvs *dvs = lp->pdata ? lp->pdata->dvs : NULL; in lp872x_buck_set_voltage_sel()
679 struct lp872x_dvs *dvs = lp->pdata ? lp->pdata->dvs : NULL; in lp872x_init_dvs()
843 pdata->dvs = devm_kzalloc(dev, sizeof(struct lp872x_dvs), GFP_KERNEL); in lp872x_populate_pdata_from_dt()