Home
last modified time | relevance | path

Searched full:eusb2 (Results 1 – 18 of 18) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,snps-eusb2-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-phy.yaml#
7 title: Qualcomm SNPS eUSB2 phy controller
13 eUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets.
20 - qcom,milos-snps-eusb2-phy
21 - qcom,sar2130p-snps-eusb2-phy
22 - qcom,sdx75-snps-eusb2-phy
23 - qcom,sm8650-snps-eusb2-phy
24 - qcom,x1e80100-snps-eusb2-phy
25 - const: qcom,sm8550-snps-eusb2-phy
26 - const: qcom,sm8550-snps-eusb2-phy
[all …]
H A Dqcom,snps-eusb2-repeater.yaml4 $id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-repeater.yaml#
7 title: Qualcomm Synopsis eUSB2 to USB 2.0 repeater
13 eUSB2 repeater converts between eUSB2 and USB 2.0 signaling levels and
14 allows a eUSB2 PHY to connect to legacy USB 2.0 products
21 - qcom,pm7550ba-eusb2-repeater
22 - const: qcom,pm8550b-eusb2-repeater
24 - qcom,pm8550b-eusb2-repeater
25 - qcom,pmiv0104-eusb2-repeater
26 - qcom,smb2360-eusb2-repeater
79 compatible = "qcom,pm8550b-eusb2-repeater";
H A Dqcom,m31-eusb2-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,m31-eusb2-phy.yaml#
7 title: Qualcomm M31 eUSB2 phy
13 M31 based eUSB2 controller, which supports LS/FS/HS usb connectivity
14 on Qualcomm chipsets. It is paired with a eUSB2 repeater.
20 - qcom,sm8750-m31-eusb2-phy
42 Phandle to eUSB2 repeater
67 compatible = "qcom,sm8750-m31-eusb2-phy";
H A Dsamsung,exynos2200-eusb2-phy.yaml4 $id: http://devicetree.org/schemas/phy/samsung,exynos2200-eusb2-phy.yaml#
7 title: Samsung Exynos2200 eUSB2 phy controller
13 Samsung Exynos2200 eUSB2 phy, based on Synopsys eUSB2 IP block, supports
19 - samsung,exynos2200-eusb2-phy
45 Phandle to eUSB2 to USB 2.0 repeater
69 compatible = "samsung,exynos2200-eusb2-phy";
/linux/drivers/phy/
H A DKconfig47 tristate "SNPS eUSB2 PHY Driver"
51 Enable support for the USB high-speed SNPS eUSB2 phy on select
94 tristate "NXP PTN3222 1-port eUSB2 to USB2 redriver"
99 Enable this to support NXP PTN3222 1-port eUSB2 to USB2 Redriver.
100 This redriver performs translation between eUSB2 and USB2 signalling
H A Dphy-snps-eusb2.c612 .compatible = "qcom,sm8550-snps-eusb2-phy",
615 .compatible = "samsung,exynos2200-eusb2-phy",
626 .name = "snps-eusb2-hsphy",
632 MODULE_DESCRIPTION("Synopsys eUSB2 HS PHY driver");
H A DMakefile12 obj-$(CONFIG_PHY_SNPS_EUSB2) += phy-snps-eusb2.o
/linux/drivers/phy/qualcomm/
H A DKconfig129 tristate "Qualcomm PMIC eUSB2 Repeater Driver"
133 Enable support for the USB high-speed eUSB2 repeater on Qualcomm
134 PMICs. The repeater is paired with a Synopsys or M31 eUSB2 Phy
162 tristate "Qualcomm M31 eUSB2 PHY driver support"
166 Enable this to support M31 EUSB2 PHY transceivers on Qualcomm
168 up of the associated USB repeater that is paired with the eUSB2
H A Dphy-qcom-eusb2-repeater.c13 /* eUSB2 status registers */
17 /* eUSB2 control registers */
270 .compatible = "qcom,pm8550b-eusb2-repeater",
274 .compatible = "qcom,pmiv0104-eusb2-repeater",
278 .compatible = "qcom,smb2360-eusb2-repeater",
289 .name = "qcom-eusb2-repeater",
296 MODULE_DESCRIPTION("Qualcomm PMIC eUSB2 Repeater driver");
H A DMakefile8 obj-$(CONFIG_PHY_QCOM_M31_EUSB) += phy-qcom-m31-eusb2.o
19 obj-$(CONFIG_PHY_QCOM_EUSB2_REPEATER) += phy-qcom-eusb2-repeater.o
H A Dphy-qcom-m31-eusb2.c307 { .compatible = "qcom,sm8750-m31-eusb2-phy", .data = &m31_eusb_v1_data },
323 MODULE_DESCRIPTION("eUSB2 Qualcomm M31 HSPHY driver");
/linux/arch/arm64/boot/dts/qcom/
H A Dpm7550ba.dtsi64 compatible = "qcom,pm7550ba-eusb2-repeater", "qcom,pm8550b-eusb2-repeater";
H A Dpm8550b.dtsi59 compatible = "qcom,pm8550b-eusb2-repeater";
H A Dsdx75.dtsi829 compatible = "qcom,sdx75-snps-eusb2-phy", "qcom,sm8550-snps-eusb2-phy";
/linux/Documentation/devicetree/bindings/mfd/
H A Dqcom,spmi-pmic.yaml173 $ref: /schemas/phy/qcom,snps-eusb2-repeater.yaml#
/linux/drivers/usb/host/
H A Dxhci-mem.c1346 /* xHCI 1.1 with LEC set does not use mult field, except intel eUSB2 */ in xhci_get_endpoint_mult()
1349 /* eUSB2 double isoc bw devices are the only USB2 devices using mult */ in xhci_get_endpoint_mult()
1435 /* Ensure host supports double isoc bandwidth for eUSB2 devices */ in xhci_endpoint_init()
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c2321 * USB32DRD 4nm controller implements Synopsys eUSB2.0 PHY in exynos5_usbdrd_phy_probe()
/linux/include/linux/
H A Dusb.h54 * @eusb2_isoc_ep_comp: eUSB2 isoc companion descriptor for this endpoint