Searched refs:qphy (Results 1 – 5 of 5) sorted by relevance
| /drivers/phy/qualcomm/ |
| A D | phy-qcom-pcie2.c | 61 ret = regulator_bulk_enable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qcom_pcie2_phy_init() 191 regulator_bulk_disable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qcom_pcie2_phy_exit() 256 struct qcom_phy *qphy; in qcom_pcie2_phy_probe() local 261 qphy = devm_kzalloc(dev, sizeof(*qphy), GFP_KERNEL); in qcom_pcie2_phy_probe() 262 if (!qphy) in qcom_pcie2_phy_probe() 265 qphy->dev = dev; in qcom_pcie2_phy_probe() 267 if (IS_ERR(qphy->base)) in qcom_pcie2_phy_probe() 268 return PTR_ERR(qphy->base); in qcom_pcie2_phy_probe() 278 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(qphy->vregs), qphy->vregs); in qcom_pcie2_phy_probe() 283 if (IS_ERR(qphy->pipe_clk)) { in qcom_pcie2_phy_probe() [all …]
|
| A D | phy-qcom-qusb2.c | 590 if (!qphy->cell) in qusb2_phy_set_tune2_param() 626 qphy->mode = mode; in qusb2_phy_set_mode() 760 ret = regulator_bulk_enable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qusb2_phy_init() 831 if (qphy->tcsr) { in qusb2_phy_init() 832 ret = regmap_read(qphy->tcsr, qphy->cfg->clk_scheme_offset, in qusb2_phy_init() 895 regulator_bulk_disable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qusb2_phy_init() 905 qusb2_setbits(qphy->base, qphy->cfg->regs[QUSB2PHY_PORT_POWERDOWN], in qusb2_phy_exit() 916 regulator_bulk_disable(ARRAY_SIZE(qphy->vregs), qphy->vregs); in qusb2_phy_exit() 998 qphy = devm_kzalloc(dev, sizeof(*qphy), GFP_KERNEL); in qusb2_phy_probe() 999 if (!qphy) in qusb2_phy_probe() [all …]
|
| A D | phy-qcom-m31.c | 236 if (qphy->ulpi_mode) in m31usb_phy_init() 277 struct m31usb_phy *qphy; in m31usb_phy_probe() local 279 qphy = devm_kzalloc(dev, sizeof(*qphy), GFP_KERNEL); in m31usb_phy_probe() 280 if (!qphy) in m31usb_phy_probe() 284 if (IS_ERR(qphy->base)) in m31usb_phy_probe() 288 if (IS_ERR(qphy->reset)) in m31usb_phy_probe() 292 if (IS_ERR(qphy->clk)) in m31usb_phy_probe() 297 qphy->regs = data->regs; in m31usb_phy_probe() 302 if (IS_ERR(qphy->phy)) in m31usb_phy_probe() 307 if (IS_ERR(qphy->vreg)) in m31usb_phy_probe() [all …]
|
| A D | phy-qcom-qmp-pcie-msm8996.c | 423 qphy->index); in qmp_pcie_msm8996_power_on() 658 struct qmp_phy *qphy; in qmp_pcie_msm8996_create() local 661 qphy = devm_kzalloc(dev, sizeof(*qphy), GFP_KERNEL); in qmp_pcie_msm8996_create() 662 if (!qphy) in qmp_pcie_msm8996_create() 665 qphy->cfg = cfg; in qmp_pcie_msm8996_create() 666 qphy->serdes = serdes; in qmp_pcie_msm8996_create() 672 if (IS_ERR(qphy->tx)) in qmp_pcie_msm8996_create() 676 if (IS_ERR(qphy->rx)) in qmp_pcie_msm8996_create() 707 qphy->index = id; in qmp_pcie_msm8996_create() 708 qphy->qmp = qmp; in qmp_pcie_msm8996_create() [all …]
|
| /drivers/pmdomain/qcom/ |
| A D | rpmhpd.c | 210 static struct rpmhpd qphy = { variable 296 [RPMHPD_QPHY] = &qphy, 679 [SC8280XP_QPHY] = &qphy,
|
Completed in 17 milliseconds