Lines Matching refs:phy
118 static int inno_video_phy_power_on(struct rockchip_phy *phy) in inno_video_phy_power_on() argument
120 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_on()
150 dev_err(phy->dev, "PLL is not lock\n"); in inno_video_phy_power_on()
159 static int inno_video_phy_power_off(struct rockchip_phy *phy) in inno_video_phy_power_off() argument
161 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_off()
169 static int inno_video_phy_set_mode(struct rockchip_phy *phy, in inno_video_phy_set_mode() argument
172 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_mode()
187 inno_video_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in inno_video_phy_set_bus_width() argument
189 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_bus_width()
206 struct rockchip_phy *phy = in inno_video_phy_probe() local
210 phy->dev = dev; in inno_video_phy_probe()