Searched refs:csiphy_set_power (Results 1 – 3 of 3) sorted by relevance
56 static int csiphy_set_power(struct iss_csiphy *phy, u32 power) in csiphy_set_power() function231 rval = csiphy_set_power(phy, CSI2_COMPLEXIO_CFG_PWD_CMD_ON); in omap4iss_csiphy_acquire()246 csiphy_set_power(phy, CSI2_COMPLEXIO_CFG_PWD_CMD_OFF); in omap4iss_csiphy_release()
129 static int csiphy_set_power(struct isp_csiphy *phy, u32 power) in csiphy_set_power() function288 rval = csiphy_set_power(phy, ISPCSI2_PHY_CFG_PWR_CMD_ON); in omap3isp_csiphy_acquire()316 csiphy_set_power(phy, ISPCSI2_PHY_CFG_PWR_CMD_OFF); in omap3isp_csiphy_release()
193 static int csiphy_set_power(struct v4l2_subdev *sd, int on) in csiphy_set_power() function712 .s_power = csiphy_set_power,