Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c103 struct rockchip_udphy { struct
104 struct device *dev;
105 struct regmap *pma_regmap;
106 struct regmap *u2phygrf;
107 struct regmap *udphygrf;
108 struct regmap *usbgrf;
109 struct regmap *vogrf;
110 struct typec_switch *sw;
111 struct typec_mux *mux;
112 struct mutex mutex; /* mutex to protect access to individual PHYs */
[all …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-usbdp.c105 struct rockchip_udphy { struct
106 struct udevice *dev;
107 struct regmap *pma_regmap;
108 struct regmap *u2phygrf;
109 struct regmap *udphygrf;
110 struct regmap *usbgrf;
111 struct regmap *vogrf;
139 const struct rockchip_udphy_cfg *cfgs; argument