Home
last modified time | relevance | path

Searched defs:inno_dsidphy (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c171 struct inno_dsidphy { struct
172 struct device *dev;
173 struct clk *ref_clk;
174 struct clk *pclk_phy;
175 struct clk *pclk_host;
176 void __iomem *phy_base;
177 void __iomem *host_base;
178 struct reset_control *rst;
202 static inline struct inno_dsidphy *hw_to_inno(struct clk_hw *hw) in hw_to_inno() argument
/kernel/linux/linux-6.6/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c205 struct inno_dsidphy { struct
206 struct device *dev;
207 struct clk *ref_clk;
208 struct clk *pclk_phy;
209 struct clk *pclk_host;
210 const struct inno_video_phy_plat_data *pdata;
211 void __iomem *phy_base;
212 void __iomem *host_base;
213 struct reset_control *rst;
214 enum phy_mode mode;
[all …]