Searched defs:rockchip_udphy (Results 1 – 2 of 2) sorted by relevance
103 struct rockchip_udphy { struct104 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 …]
105 struct rockchip_udphy { struct106 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