epod               32 drivers/gpu/drm/mcde/mcde_drm.h 	struct regulator *epod;
epod              349 drivers/gpu/drm/mcde/mcde_drv.c 	mcde->epod = devm_regulator_get(dev, "epod");
epod              350 drivers/gpu/drm/mcde/mcde_drv.c 	if (IS_ERR(mcde->epod)) {
epod              351 drivers/gpu/drm/mcde/mcde_drv.c 		ret = PTR_ERR(mcde->epod);
epod              355 drivers/gpu/drm/mcde/mcde_drv.c 	ret = regulator_enable(mcde->epod);
epod              508 drivers/gpu/drm/mcde/mcde_drv.c 	regulator_disable(mcde->epod);
epod              523 drivers/gpu/drm/mcde/mcde_drv.c 	regulator_disable(mcde->epod);