Lines Matching defs:qmp_usbc
320 struct qmp_usbc { struct
321 struct device *dev;
323 const struct qmp_phy_cfg *cfg;
325 void __iomem *serdes;
326 void __iomem *pcs;
327 void __iomem *pcs_misc;
328 void __iomem *tx;
329 void __iomem *rx;
330 void __iomem *tx2;
331 void __iomem *rx2;
333 struct regmap *tcsr_map;
334 u32 vls_clamp_reg;
336 struct clk *pipe_clk;
337 struct clk_bulk_data *clks;
338 int num_clks;
339 int num_resets;
340 struct reset_control_bulk_data *resets;
341 struct regulator_bulk_data *vregs;
343 struct mutex phy_mutex;
345 enum phy_mode mode;
346 unsigned int usb_init_count;
348 struct phy *phy;
350 struct clk_fixed_rate pipe_clk_fixed;
352 struct typec_switch_dev *sw;
353 enum typec_orientation orientation;