Searched full:qusb2 (Results 1 – 20 of 20) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/phy/ |
D | qcom,qusb2-phy.yaml | 5 $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,ipq6018-qusb2-phy 22 - qcom,ipq8074-qusb2-phy 23 - qcom,ipq9574-qusb2-phy 24 - qcom,msm8953-qusb2-phy 25 - qcom,msm8996-qusb2-phy 26 - qcom,msm8998-qusb2-phy 27 - qcom,qcm2290-qusb2-phy [all …]
|
/linux-6.8/drivers/phy/qualcomm/ |
D | phy-qcom-qusb2.c | 22 #include <dt-bindings/phy/phy-qcom-qusb2.h> 378 /* struct override_param - structure holding qusb2 v2 phy overriding param 387 /*struct override_params - structure holding qusb2 v2 phy overriding params 407 * struct qusb2_phy - structure holding qusb2 phy attributes 613 dev_vdbg(dev, "Suspending QUSB2 Phy, mode:%d\n", qphy->mode); in qusb2_phy_runtime_suspend() 679 dev_vdbg(dev, "Resuming QUSB2 phy, mode:%d\n", qphy->mode); in qusb2_phy_runtime_resume() 733 dev_vdbg(&phy->dev, "%s(): Initializing QUSB2 phy\n", __func__); in qusb2_phy_init() 908 .compatible = "qcom,ipq6018-qusb2-phy", 911 .compatible = "qcom,ipq8074-qusb2-phy", 914 .compatible = "qcom,ipq9574-qusb2-phy", [all …]
|
D | Kconfig | 118 tristate "Qualcomm QUSB2 PHY Driver" 123 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
|
D | Makefile | 17 obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.yaml | 105 - hs_phY_irq: Apart from DP/DM/QUSB2 PHY interrupts, there is 109 - qusb2_phy: SoCs with QUSB2 PHY do not have separate DP/DM IRQs and 116 only on SoCs with non-QUSB2 targets with
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | ipq6018.dtsi | 232 compatible = "qcom,ipq6018-qusb2-phy"; 269 compatible = "qcom,ipq6018-qusb2-phy";
|
D | ipq8074.dtsi | 151 compatible = "qcom,ipq8074-qusb2-phy"; 188 compatible = "qcom,ipq8074-qusb2-phy";
|
D | sdm670.dtsi | 17 #include <dt-bindings/phy/phy-qcom-qusb2.h> 1285 compatible = "qcom,sdm670-qusb2-phy", "qcom,qusb2-v2-phy";
|
D | ipq9574.dtsi | 545 compatible = "qcom,ipq9574-qusb2-phy";
|
D | sdm845.dtsi | 22 #include <dt-bindings/phy/phy-qcom-qusb2.h> 3958 compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy"; 3973 compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
|
D | sdm630.dtsi | 1312 compatible = "qcom,sdm660-qusb2-phy"; 1326 compatible = "qcom,sdm660-qusb2-phy";
|
D | sm6350.dtsi | 1656 compatible = "qcom,sm6350-qusb2-phy", "qcom,qusb2-v2-phy";
|
D | sm6125.dtsi | 676 compatible = "qcom,msm8996-qusb2-phy";
|
D | sc7180.dtsi | 20 #include <dt-bindings/phy/phy-qcom-qusb2.h> 2795 compatible = "qcom,sc7180-qusb2-phy", "qcom,qusb2-v2-phy";
|
D | msm8996.dtsi | 3093 compatible = "qcom,msm8996-qusb2-phy"; 3107 compatible = "qcom,msm8996-qusb2-phy";
|
D | msm8953.dtsi | 452 compatible = "qcom,msm8953-qusb2-phy";
|
D | qcm2290.dtsi | 656 compatible = "qcom,qcm2290-qusb2-phy";
|
D | msm8998.dtsi | 2181 compatible = "qcom,msm8998-qusb2-phy";
|
D | sm6115.dtsi | 816 compatible = "qcom,sm6115-qusb2-phy";
|
/linux-6.8/drivers/usb/dwc3/ |
D | dwc3-qcom.c | 552 "qcom_dwc3 QUSB2", qcom); in dwc3_qcom_setup_irq()
|