Lines Matching defs:cdns_dphy
74 struct cdns_dphy;
76 int (*probe)(struct cdns_dphy *dphy);
77 void (*remove)(struct cdns_dphy *dphy);
78 void (*set_psm_div)(struct cdns_dphy *dphy, u8 div);
79 void (*set_clk_lane_cfg)(struct cdns_dphy *dphy,
81 void (*set_pll_cfg)(struct cdns_dphy *dphy,
83 unsigned long (*get_wakeup_time_ns)(struct cdns_dphy *dphy);
86 struct cdns_dphy {
95 static int cdns_dsi_get_dphy_pll_cfg(struct cdns_dphy *dphy,
136 static int cdns_dphy_setup_psm(struct cdns_dphy *dphy)
151 static void cdns_dphy_set_clk_lane_cfg(struct cdns_dphy *dphy,
158 static void cdns_dphy_set_pll_cfg(struct cdns_dphy *dphy,
165 static unsigned long cdns_dphy_get_wakeup_time_ns(struct cdns_dphy *dphy)
170 static unsigned long cdns_dphy_ref_get_wakeup_time_ns(struct cdns_dphy *dphy)
176 static void cdns_dphy_ref_set_pll_cfg(struct cdns_dphy *dphy,
196 static void cdns_dphy_ref_set_psm_div(struct cdns_dphy *dphy, u8 div)
217 struct cdns_dphy *dphy = phy_get_drvdata(phy);
248 struct cdns_dphy *dphy = phy_get_drvdata(phy);
284 struct cdns_dphy *dphy = phy_get_drvdata(phy);
298 struct cdns_dphy *dphy = phy_get_drvdata(phy);
316 struct cdns_dphy *dphy;
365 struct cdns_dphy *dphy = dev_get_drvdata(&pdev->dev);