Lines Matching refs: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 { struct
95 static int cdns_dsi_get_dphy_pll_cfg(struct cdns_dphy *dphy, in cdns_dsi_get_dphy_pll_cfg() argument
136 static int cdns_dphy_setup_psm(struct cdns_dphy *dphy) in cdns_dphy_setup_psm()
151 static void cdns_dphy_set_clk_lane_cfg(struct cdns_dphy *dphy, in cdns_dphy_set_clk_lane_cfg()
158 static void cdns_dphy_set_pll_cfg(struct cdns_dphy *dphy, in cdns_dphy_set_pll_cfg()
165 static unsigned long cdns_dphy_get_wakeup_time_ns(struct cdns_dphy *dphy) in cdns_dphy_get_wakeup_time_ns()
170 static unsigned long cdns_dphy_ref_get_wakeup_time_ns(struct cdns_dphy *dphy) in cdns_dphy_ref_get_wakeup_time_ns()
176 static void cdns_dphy_ref_set_pll_cfg(struct cdns_dphy *dphy, in cdns_dphy_ref_set_pll_cfg()
196 static void cdns_dphy_ref_set_psm_div(struct cdns_dphy *dphy, u8 div) in cdns_dphy_ref_set_psm_div()
217 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_config_from_opts()
248 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_configure()
284 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_power_on()
298 struct cdns_dphy *dphy = phy_get_drvdata(phy); in cdns_dphy_power_off()
316 struct cdns_dphy *dphy; in cdns_dphy_probe()
363 struct cdns_dphy *dphy = dev_get_drvdata(&pdev->dev); in cdns_dphy_remove()