mipi_phy_regulator 257 drivers/staging/media/imx/imx7-mipi-csis.c struct regulator *mipi_phy_regulator; mipi_phy_regulator 352 drivers/staging/media/imx/imx7-mipi-csis.c state->mipi_phy_regulator = devm_regulator_get(state->dev, "phy"); mipi_phy_regulator 353 drivers/staging/media/imx/imx7-mipi-csis.c if (IS_ERR(state->mipi_phy_regulator)) mipi_phy_regulator 354 drivers/staging/media/imx/imx7-mipi-csis.c return PTR_ERR(state->mipi_phy_regulator); mipi_phy_regulator 356 drivers/staging/media/imx/imx7-mipi-csis.c return regulator_set_voltage(state->mipi_phy_regulator, 1000000, mipi_phy_regulator 1047 drivers/staging/media/imx/imx7-mipi-csis.c ret = regulator_disable(state->mipi_phy_regulator); mipi_phy_regulator 1073 drivers/staging/media/imx/imx7-mipi-csis.c ret = regulator_enable(state->mipi_phy_regulator);