Lines Matching refs:funcs
15 if (phy->funcs && phy->funcs->init) in rockchip_phy_init()
16 return phy->funcs->init(phy); in rockchip_phy_init()
26 if (phy->funcs && phy->funcs->power_on) in rockchip_phy_power_on()
27 return phy->funcs->power_on(phy); in rockchip_phy_power_on()
37 if (phy->funcs && phy->funcs->power_off) in rockchip_phy_power_off()
38 return phy->funcs->power_off(phy); in rockchip_phy_power_off()
49 if (phy->funcs && phy->funcs->set_pll) in rockchip_phy_set_pll()
50 return phy->funcs->set_pll(phy, rate); in rockchip_phy_set_pll()
60 if (phy->funcs && phy->funcs->set_bus_width) in rockchip_phy_set_bus_width()
61 return phy->funcs->set_bus_width(phy, bus_width); in rockchip_phy_set_bus_width()
71 if (phy->funcs && phy->funcs->round_rate) in rockchip_phy_round_rate()
72 return phy->funcs->round_rate(phy, rate); in rockchip_phy_round_rate()
82 if (phy->funcs && phy->funcs->set_mode) in rockchip_phy_set_mode()
83 return phy->funcs->set_mode(phy, mode); in rockchip_phy_set_mode()