Lines Matching defs:rockchip_udphy
103 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 */
115 int num_clks;
116 struct clk_bulk_data *clks;
117 struct clk *refclk;
118 struct reset_control **rsts;
142 const struct rockchip_udphy_cfg *cfgs; argument