Searched defs:rk_udphy (Results 1 – 1 of 1) sorted by relevance
154 struct rk_udphy { struct155 struct device *dev;156 struct regmap *pma_regmap;157 struct regmap *u2phygrf;158 struct regmap *udphygrf;159 struct regmap *usbgrf;160 struct regmap *vogrf;161 struct typec_switch_dev *sw;162 struct typec_mux_dev *mux;163 struct mutex mutex; /* mutex to protect access to individual PHYs */[all …]