Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c316 struct regulator *mipi_phy_regulator; member
785 return regulator_enable(csis->mipi_phy_regulator); in mipi_csis_phy_enable()
793 return regulator_disable(csis->mipi_phy_regulator); in mipi_csis_phy_disable()
816 csis->mipi_phy_regulator = devm_regulator_get(csis->dev, "phy"); in mipi_csis_phy_init()
817 if (IS_ERR(csis->mipi_phy_regulator)) in mipi_csis_phy_init()
818 return PTR_ERR(csis->mipi_phy_regulator); in mipi_csis_phy_init()
820 return regulator_set_voltage(csis->mipi_phy_regulator, 1000000, in mipi_csis_phy_init()
H A Dimx8mq-mipi-csi2.c112 struct regulator *mipi_phy_regulator; member