Searched +full:sm8550 +full:- +full:snps +full:- +full:eusb2 +full:- +full:phy (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,snps-eusb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SNPS eUSB2 phy controller 10 - Abel Vesa <abel.vesa@linaro.org> 13 eUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. 18 - items: 19 - enum: 20 - qcom,milos-snps-eusb2-phy [all …]
|
| /linux/drivers/phy/ |
| H A D | phy-snps-eusb2.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/phy/phy.h> 158 int (*phy_init)(struct phy *p); 164 struct phy *phy; member 175 struct phy *repeater; 180 static int snps_eusb2_hsphy_set_mode(struct phy *p, enum phy_mode mode, int submode) in snps_eusb2_hsphy_set_mode() 182 struct snps_eusb2_hsphy *phy = phy_get_drvdata(p); in snps_eusb2_hsphy_set_mode() local 184 phy->mode = mode; in snps_eusb2_hsphy_set_mode() 186 return phy_set_mode_ext(phy->repeater, mode, submode); in snps_eusb2_hsphy_set_mode() 203 static void qcom_eusb2_default_parameters(struct snps_eusb2_hsphy *phy) in qcom_eusb2_default_parameters() argument [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdx75.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 #include <dt-bindings/clock/qcom,rpmh.h> 10 #include <dt-bindings/clock/qcom,sdx75-gcc.h> 11 #include <dt-bindings/dma/qcom-gpi.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/interconnect/qcom,icc.h> 14 #include <dt-bindings/interconnect/qcom,sdx75.h> 15 #include <dt-bindings/interrupt-controller/arm-gic.h> 16 #include <dt-bindings/mailbox/qcom-ipcc.h> 17 #include <dt-bindings/power/qcom,rpmhpd.h> [all …]
|