Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c124 * csiphy_set_power
129 static int csiphy_set_power(struct isp_csiphy *phy, u32 power) in csiphy_set_power() function
292 rval = csiphy_set_power(phy, ISPCSI2_PHY_CFG_PWR_CMD_ON); in omap3isp_csiphy_acquire()
325 csiphy_set_power(phy, ISPCSI2_PHY_CFG_PWR_CMD_OFF); in omap3isp_csiphy_release()
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c197 * csiphy_set_power - Power on/off CSIPHY module
203 static int csiphy_set_power(struct v4l2_subdev *sd, int on) in csiphy_set_power() function
753 .s_power = csiphy_set_power,