Home
last modified time | relevance | path

Searched defs:rockchip_hdptx_phy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c324 struct rockchip_hdptx_phy { struct
325 struct device *dev;
326 struct clk_bulk_data *clks;
327 int nr_clks;
328 struct reset_control *apb_reset;
329 struct reset_control *cmn_reset;
330 struct reset_control *init_reset;
331 struct reset_control *lane_reset;
332 struct regmap *regmap;
333 struct regmap *grf;
[all …]
H A Dphy-rockchip-samsung-hdptx-hdmi.c704 struct rockchip_hdptx_phy { struct
705 struct device *dev;
706 struct regmap *regmap;
707 struct regmap *grf;
709 int irq;
710 int id;
712 struct phy *phy;
713 struct clk_bulk_data *clks;
714 int nr_clks;
715 struct phy_config *phy_cfg;
[all …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c324 struct rockchip_hdptx_phy { struct
325 struct udevice *dev;
326 struct regmap *regmap;
327 struct regmap *grf;
329 struct reset_ctl apb_reset;
330 struct reset_ctl cmn_reset;
331 struct reset_ctl init_reset;
332 struct reset_ctl lane_reset;
333 u32 lane_polarity_invert[4];
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c696 struct rockchip_hdptx_phy { struct
697 struct udevice *dev;
698 void __iomem *base;
699 struct regmap *grf;
723 static struct rockchip_hdptx_phy *g_hdptx0; argument