Home
last modified time | relevance | path

Searched full:qusb2 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,qusb2-phy.yaml5 $id: http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml#
8 title: Qualcomm QUSB2 phy controller
14 QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets.
21 - qcom,ipq5424-qusb2-phy
22 - qcom,ipq6018-qusb2-phy
23 - qcom,ipq8074-qusb2-phy
24 - qcom,ipq9574-qusb2-phy
25 - qcom,msm8953-qusb2-phy
26 - qcom,msm8996-qusb2-phy
27 - qcom,msm8998-qusb2-phy
[all …]
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c22 #include <dt-bindings/phy/phy-qcom-qusb2.h>
413 /* struct override_param - structure holding qusb2 v2 phy overriding param
422 /*struct override_params - structure holding qusb2 v2 phy overriding params
442 * struct qusb2_phy - structure holding qusb2 phy attributes
648 dev_vdbg(dev, "Suspending QUSB2 Phy, mode:%d\n", qphy->mode); in qusb2_phy_runtime_suspend()
714 dev_vdbg(dev, "Resuming QUSB2 phy, mode:%d\n", qphy->mode); in qusb2_phy_runtime_resume()
768 dev_vdbg(&phy->dev, "%s(): Initializing QUSB2 phy\n", __func__); in qusb2_phy_init()
943 .compatible = "qcom,ipq5424-qusb2-phy",
946 .compatible = "qcom,ipq6018-qusb2-phy",
949 .compatible = "qcom,ipq8074-qusb2-phy",
[all …]
H A DKconfig128 tristate "Qualcomm QUSB2 PHY Driver"
133 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
H A DMakefile19 obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o