Lines Matching defs:rk_udphy
154 struct rk_udphy { struct
155 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 */
166 int num_clks;
167 struct clk_bulk_data *clks;
168 struct clk *refclk;
169 int num_rsts;
170 struct reset_control_bulk_data *rsts;
196 const struct rk_udphy_cfg *cfgs; argument
203 static const struct rk_udphy_dp_tx_drv_ctrl rk3588_dp_tx_drv_ctrl_rbr_hbr[4][4] = { argument