Lines Matching defs:qmp_phy_cfg
1827 /* struct qmp_phy_cfg - per-PHY initialization config */
1828 struct qmp_phy_cfg {
1893 const struct qmp_phy_cfg *usb_cfg;
1894 const struct qmp_phy_cfg *dp_cfg;
1917 const struct qmp_phy_cfg *cfg;
2048 static const struct qmp_phy_cfg ipq8074_usb3phy_cfg = {
2072 static const struct qmp_phy_cfg msm8996_pciephy_cfg = {
2103 static const struct qmp_phy_cfg msm8996_ufs_cfg = {
2128 static const struct qmp_phy_cfg msm8996_usb3phy_cfg = {
2160 static const struct qmp_phy_cfg ipq8074_pciephy_cfg = {
2190 static const struct qmp_phy_cfg sdm845_qmp_pciephy_cfg = {
2220 static const struct qmp_phy_cfg sdm845_qhp_pciephy_cfg = {
2248 static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
2279 static const struct qmp_phy_cfg sc7180_usb3phy_cfg = {
2310 static const struct qmp_phy_cfg sc7180_dpphy_cfg = {
2345 static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
2373 static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
2398 static const struct qmp_phy_cfg msm8998_pciephy_cfg = {
2422 static const struct qmp_phy_cfg msm8998_usb3phy_cfg = {
2448 static const struct qmp_phy_cfg sm8150_ufsphy_cfg = {
2472 static const struct qmp_phy_cfg sm8150_usb3phy_cfg = {
2503 static const struct qmp_phy_cfg sm8150_usb3_uniphy_cfg = {
2531 static const struct qmp_phy_cfg sm8250_usb3phy_cfg = {
2562 static const struct qmp_phy_cfg sm8250_usb3_uniphy_cfg = {
2624 const struct qmp_phy_cfg *cfg = qphy->cfg;
2913 const struct qmp_phy_cfg *cfg = qphy->cfg;
3010 const struct qmp_phy_cfg *cfg = qphy->cfg;
3046 const struct qmp_phy_cfg *cfg = qphy->cfg;
3091 const struct qmp_phy_cfg *cfg = qphy->cfg;
3197 const struct qmp_phy_cfg *cfg = qphy->cfg;
3228 const struct qmp_phy_cfg *cfg = qphy->cfg;
3275 const struct qmp_phy_cfg *cfg = qphy->cfg;
3304 const struct qmp_phy_cfg *cfg = qphy->cfg;
3324 const struct qmp_phy_cfg *cfg = qphy->cfg;
3349 const struct qmp_phy_cfg *cfg = qphy->cfg;
3381 static int qcom_qmp_phy_vreg_init(struct device *dev, const struct qmp_phy_cfg *cfg)
3397 static int qcom_qmp_phy_reset_init(struct device *dev, const struct qmp_phy_cfg *cfg)
3422 static int qcom_qmp_phy_clk_init(struct device *dev, const struct qmp_phy_cfg *cfg)
3727 void __iomem *serdes, const struct qmp_phy_cfg *cfg)
3940 const struct qmp_phy_cfg *cfg = NULL;
3941 const struct qmp_phy_cfg *usb_cfg = NULL;
3942 const struct qmp_phy_cfg *dp_cfg = NULL;