Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/regulator/
Dlp872x.h54 struct lp872x_dvs { struct
82 struct lp872x_dvs *dvs;
/linux-6.12.1/drivers/regulator/
Dlp872x.c321 struct lp872x_dvs *dvs = lp->pdata ? lp->pdata->dvs : NULL; in lp872x_buck_set_voltage_sel()
677 struct lp872x_dvs *dvs = lp->pdata ? lp->pdata->dvs : NULL; in lp872x_init_dvs()
837 pdata->dvs = devm_kzalloc(dev, sizeof(struct lp872x_dvs), GFP_KERNEL); in lp872x_populate_pdata_from_dt()