Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c317 struct regulator *mipi_phy_regulator; member
806 return regulator_enable(csis->mipi_phy_regulator); in mipi_csis_phy_enable()
814 return regulator_disable(csis->mipi_phy_regulator); in mipi_csis_phy_disable()
837 csis->mipi_phy_regulator = devm_regulator_get(csis->dev, "phy"); in mipi_csis_phy_init()
838 if (IS_ERR(csis->mipi_phy_regulator)) in mipi_csis_phy_init()
839 return PTR_ERR(csis->mipi_phy_regulator); in mipi_csis_phy_init()
841 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