Lines Matching defs:dphy
81 struct phy *dphy;
119 ret = phy_power_on(csi2rx->dphy);
123 ret = phy_configure(csi2rx->dphy, &opts);
125 phy_power_off(csi2rx->dphy);
172 if (csi2rx->dphy) {
216 if (csi2rx->dphy) {
264 if (csi2rx->dphy) {
267 if (phy_power_off(csi2rx->dphy))
379 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy");
380 if (IS_ERR(csi2rx->dphy)) {
382 return PTR_ERR(csi2rx->dphy);
414 if (!csi2rx->dphy && csi2rx->has_internal_dphy) {
542 csi2rx->dphy ? "external" :