Home
last modified time | relevance | path

Searched full:rx_detect_poll_quirk (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Ddwc3-uboot.h30 unsigned rx_detect_poll_quirk; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c367 if (dwc->rx_detect_poll_quirk) in dwc3_phy_setup()
669 dwc->rx_detect_poll_quirk = dwc3_dev->rx_detect_poll_quirk; in dwc3_uboot_init()
H A Dcore.h688 * @rx_detect_poll_quirk: set if we enable rx_detect to polling lfps quirk
813 unsigned rx_detect_poll_quirk:1; member
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml172 snps,rx_detect_poll_quirk:
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c170 PROPERTY_ENTRY_BOOL("snps,rx_detect_poll_quirk"),
H A Dcore.c680 if (dwc->rx_detect_poll_quirk) in dwc3_phy_setup()
1609 dwc->rx_detect_poll_quirk = device_property_read_bool(dev, in dwc3_get_properties()
1610 "snps,rx_detect_poll_quirk"); in dwc3_get_properties()
H A Dcore.h1100 * @rx_detect_poll_quirk: set if we enable rx_detect to polling lfps quirk
1336 unsigned rx_detect_poll_quirk:1; member