/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | 138 PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"), 146 PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"), 155 PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"), 176 PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
|
H A D | drd.c | 231 if (!dwc->dis_u2_susphy_quirk) { in dwc3_otg_host_init() 294 if (!dwc->dis_u2_susphy_quirk) { in dwc3_otg_device_init()
|
H A D | core.c | 120 if (enable && !dwc->dis_u2_susphy_quirk) in dwc3_enable_susphy() 1613 dwc->dis_u2_susphy_quirk = device_property_read_bool(dev, in dwc3_get_properties() 1614 "snps,dis_u2_susphy_quirk"); in dwc3_get_properties() 2160 if (dwc->dis_u2_susphy_quirk || in dwc3_suspend_common() 2219 if (dwc->dis_u2_susphy_quirk) in dwc3_resume_common()
|
H A D | core.h | 1102 * @dis_u2_susphy_quirk: set if we disable usb2 suspend phy 1338 unsigned dis_u2_susphy_quirk:1; member
|
/openbmc/linux/arch/arm64/boot/dts/socionext/ |
H A D | uniphier-pxs3-ref-gadget1.dts | 25 snps,dis_u2_susphy_quirk;
|
H A D | uniphier-pxs3-ref-gadget0.dts | 25 snps,dis_u2_susphy_quirk;
|
/openbmc/u-boot/include/ |
H A D | dwc3-uboot.h | 32 unsigned dis_u2_susphy_quirk; member
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | rockchip,rk3399-dwc3.yaml | 108 snps,dis_u2_susphy_quirk;
|
H A D | snps,dwc3.yaml | 196 snps,dis_u2_susphy_quirk: 431 snps,dis_u2_susphy_quirk;
|
H A D | amlogic,meson-g12a-usb-ctrl.yaml | 234 snps,dis_u2_susphy_quirk;
|
H A D | qcom,dwc3.yaml | 531 snps,dis_u2_susphy_quirk;
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.c | 391 if (dwc->dis_u2_susphy_quirk) in dwc3_phy_setup() 671 dwc->dis_u2_susphy_quirk = dwc3_dev->dis_u2_susphy_quirk; in dwc3_uboot_init()
|
H A D | core.h | 690 * @dis_u2_susphy_quirk: set if we disable usb2 suspend phy 815 unsigned dis_u2_susphy_quirk:1; member
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq6018.dtsi | 434 snps,dis_u2_susphy_quirk; 585 snps,dis_u2_susphy_quirk;
|
H A D | ipq8074.dtsi | 647 snps,dis_u2_susphy_quirk; 690 snps,dis_u2_susphy_quirk;
|
H A D | ipq9574.dtsi | 605 snps,dis_u2_susphy_quirk;
|
H A D | msm8994.dtsi | 469 snps,dis_u2_susphy_quirk;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am4372.dtsi | 883 snps,dis_u2_susphy_quirk; 907 snps,dis_u2_susphy_quirk;
|
H A D | meson-gxl.dtsi | 35 snps,dis_u2_susphy_quirk;
|
H A D | dra7.dtsi | 1529 snps,dis_u2_susphy_quirk; 1556 snps,dis_u2_susphy_quirk; 1583 snps,dis_u2_susphy_quirk;
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3660-hikey960.dts | 676 snps,dis_u2_susphy_quirk;
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl.dtsi | 53 snps,dis_u2_susphy_quirk;
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-sdx65.dtsi | 521 snps,dis_u2_susphy_quirk;
|
H A D | qcom-sdx55.dtsi | 611 snps,dis_u2_susphy_quirk;
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-versal-virt.c | 201 qemu_fdt_setprop(s->fdt, name, "snps,dis_u2_susphy_quirk", NULL, 0); in fdt_add_usb_xhci_nodes()
|