Lines Matching full:dphy
91 struct phy *dphy; member
190 ret = phy_power_on(csi2rx->dphy); in csi2rx_configure_ext_dphy()
194 ret = phy_configure(csi2rx->dphy, &opts); in csi2rx_configure_ext_dphy()
196 phy_power_off(csi2rx->dphy); in csi2rx_configure_ext_dphy()
242 /* Enable DPHY clk and data lanes. */ in csi2rx_start()
243 if (csi2rx->dphy) { in csi2rx_start()
290 if (csi2rx->dphy) { in csi2rx_start()
294 "Failed to configure external DPHY: %d\n", ret); in csi2rx_start()
350 if (csi2rx->dphy) { in csi2rx_stop()
353 if (phy_power_off(csi2rx->dphy)) in csi2rx_stop()
354 dev_warn(csi2rx->dev, "Couldn't power off DPHY\n"); in csi2rx_stop()
528 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
529 if (IS_ERR(csi2rx->dphy)) { in csi2rx_get_resources()
531 return PTR_ERR(csi2rx->dphy); in csi2rx_get_resources()
563 if (!csi2rx->dphy && csi2rx->has_internal_dphy) { in csi2rx_get_resources()
698 csi2rx->dphy ? "external" : in csi2rx_probe()