Lines Matching refs:cdns_dphy
484 struct cdns_dphy;
494 int (*probe)(struct cdns_dphy *dphy);
495 void (*remove)(struct cdns_dphy *dphy);
496 void (*set_psm_div)(struct cdns_dphy *dphy, u8 div);
497 void (*set_clk_lane_cfg)(struct cdns_dphy *dphy,
499 void (*set_pll_cfg)(struct cdns_dphy *dphy,
501 unsigned long (*get_wakeup_time_ns)(struct cdns_dphy *dphy);
504 struct cdns_dphy { struct
529 struct cdns_dphy *dphy; argument
548 static int cdns_dsi_get_dphy_pll_cfg(struct cdns_dphy *dphy, in cdns_dsi_get_dphy_pll_cfg()
683 static int cdns_dphy_setup_psm(struct cdns_dphy *dphy) in cdns_dphy_setup_psm()
698 static void cdns_dphy_set_clk_lane_cfg(struct cdns_dphy *dphy, in cdns_dphy_set_clk_lane_cfg()
705 static void cdns_dphy_set_pll_cfg(struct cdns_dphy *dphy, in cdns_dphy_set_pll_cfg()
712 static unsigned long cdns_dphy_get_wakeup_time_ns(struct cdns_dphy *dphy) in cdns_dphy_get_wakeup_time_ns()
1369 static unsigned long cdns_dphy_ref_get_wakeup_time_ns(struct cdns_dphy *dphy) in cdns_dphy_ref_get_wakeup_time_ns()
1375 static void cdns_dphy_ref_set_pll_cfg(struct cdns_dphy *dphy, in cdns_dphy_ref_set_pll_cfg()
1395 static void cdns_dphy_ref_set_psm_div(struct cdns_dphy *dphy, u8 div) in cdns_dphy_ref_set_psm_div()
1417 static struct cdns_dphy *cdns_dphy_probe(struct platform_device *pdev) in cdns_dphy_probe()
1420 struct cdns_dphy *dphy; in cdns_dphy_probe()
1475 static void cdns_dphy_remove(struct cdns_dphy *dphy) in cdns_dphy_remove()