Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/imx/
Dimx7-mipi-csis.c312 struct regulator *mipi_phy_regulator; member
686 return regulator_enable(state->mipi_phy_regulator); in mipi_csis_phy_enable()
694 return regulator_disable(state->mipi_phy_regulator); in mipi_csis_phy_disable()
717 state->mipi_phy_regulator = devm_regulator_get(state->dev, "phy"); in mipi_csis_phy_init()
718 if (IS_ERR(state->mipi_phy_regulator)) in mipi_csis_phy_init()
719 return PTR_ERR(state->mipi_phy_regulator); in mipi_csis_phy_init()
721 return regulator_set_voltage(state->mipi_phy_regulator, 1000000, in mipi_csis_phy_init()
Dimx8mq-mipi-csi2.c113 struct regulator *mipi_phy_regulator; member