Lines Matching full:dphy
81 struct phy *dphy; member
119 ret = phy_power_on(csi2rx->dphy); in csi2rx_configure_ext_dphy()
123 ret = phy_configure(csi2rx->dphy, &opts); in csi2rx_configure_ext_dphy()
125 phy_power_off(csi2rx->dphy); in csi2rx_configure_ext_dphy()
171 /* Enable DPHY clk and data lanes. */ in csi2rx_start()
172 if (csi2rx->dphy) { in csi2rx_start()
216 if (csi2rx->dphy) { in csi2rx_start()
220 "Failed to configure external DPHY: %d\n", ret); in csi2rx_start()
264 if (csi2rx->dphy) { in csi2rx_stop()
267 if (phy_power_off(csi2rx->dphy)) in csi2rx_stop()
268 dev_warn(csi2rx->dev, "Couldn't power off DPHY\n"); in csi2rx_stop()
379 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
380 if (IS_ERR(csi2rx->dphy)) { in csi2rx_get_resources()
382 return PTR_ERR(csi2rx->dphy); in csi2rx_get_resources()
414 if (!csi2rx->dphy && csi2rx->has_internal_dphy) { in csi2rx_get_resources()
540 csi2rx->dphy ? "external" : in csi2rx_probe()