Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c325 struct rockchip_hdptx_phy { struct
326 struct udevice *dev;
327 struct regmap *regmap;
328 struct regmap *grf;
330 struct reset_ctl apb_reset;
331 struct reset_ctl cmn_reset;
332 struct reset_ctl init_reset;
333 struct reset_ctl lane_reset;
334 u32 lane_polarity_invert[4];
335 bool dp_mode;
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c696 struct rockchip_hdptx_phy { struct
720 static struct rockchip_hdptx_phy *g_hdptx0; argument