Searched defs:qcom_qmp (Results 1 – 1 of 1) sorted by relevance
984 struct qcom_qmp { struct985 struct device *dev;986 void __iomem *serdes;987 void __iomem *dp_com;989 struct clk_bulk_data *clks;990 struct reset_control **resets;991 struct regulator_bulk_data *vregs;993 const struct qmp_phy_cfg *cfg;994 struct qmp_phy **phys;996 struct mutex phy_mutex;[all …]