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