cdns_dphy
static int cdns_dphy_get_pll_cfg(struct cdns_dphy *dphy,
static int cdns_dphy_setup_psm(struct cdns_dphy *dphy)
static void cdns_dphy_set_clk_lane_cfg(struct cdns_dphy *dphy,
static void cdns_dphy_set_pll_cfg(struct cdns_dphy *dphy,
static unsigned long cdns_dphy_get_wakeup_time_ns(struct cdns_dphy *dphy)
static int cdns_dphy_wait_for_pll_lock(struct cdns_dphy *dphy)
static int cdns_dphy_wait_for_cmn_ready(struct cdns_dphy *dphy)
static unsigned long cdns_dphy_ref_get_wakeup_time_ns(struct cdns_dphy *dphy)
static void cdns_dphy_ref_set_pll_cfg(struct cdns_dphy *dphy,
static void cdns_dphy_ref_set_psm_div(struct cdns_dphy *dphy, u8 div)
static unsigned long cdns_dphy_j721e_get_wakeup_time_ns(struct cdns_dphy *dphy)
static void cdns_dphy_j721e_set_pll_cfg(struct cdns_dphy *dphy,
static void cdns_dphy_j721e_set_psm_div(struct cdns_dphy *dphy, u8 div)
static int cdns_dphy_j721e_wait_for_pll_lock(struct cdns_dphy *dphy)
static int cdns_dphy_j721e_wait_for_cmn_ready(struct cdns_dphy *dphy)
struct cdns_dphy *dphy = phy_get_drvdata(phy);
struct cdns_dphy *dphy = phy_get_drvdata(phy);
struct cdns_dphy *dphy = phy_get_drvdata(phy);
struct cdns_dphy *dphy = phy_get_drvdata(phy);
struct cdns_dphy *dphy;
struct cdns_dphy *dphy = dev_get_drvdata(&pdev->dev);
struct cdns_dphy;
int (*probe)(struct cdns_dphy *dphy);
void (*remove)(struct cdns_dphy *dphy);
void (*set_psm_div)(struct cdns_dphy *dphy, u8 div);
void (*set_clk_lane_cfg)(struct cdns_dphy *dphy,
void (*set_pll_cfg)(struct cdns_dphy *dphy,
unsigned long (*get_wakeup_time_ns)(struct cdns_dphy *dphy);
int (*wait_for_pll_lock)(struct cdns_dphy *dphy);
int (*wait_for_cmn_ready)(struct cdns_dphy *dphy);