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

/drivers/video/fbdev/omap2/dss/
H A Dsdi.c262 struct regulator *vdds_sdi; local
267 vdds_sdi = devm_regulator_get(&sdi.pdev->dev, "vdds_sdi");
268 if (IS_ERR(vdds_sdi)) {
269 if (PTR_ERR(vdds_sdi) != -EPROBE_DEFER)
271 return PTR_ERR(vdds_sdi);
274 sdi.vdds_sdi_reg = vdds_sdi;

Completed in 249 milliseconds