Home
last modified time | relevance | path

Searched refs:PORT_LINK_STROBE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h69 #define PORT_LINK_STROBE (1 << 16) macro
Dxhci-hub.c800 temp |= PORT_LINK_STROBE | link_state; in xhci_set_link_state()
1782 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1921 portsc |= PORT_LINK_STROBE | next_state; in xhci_bus_resume()
Dxhci-debugfs.c389 portsc |= PORT_LINK_STROBE | XDEV_COMP_MODE; in xhci_port_write()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h296 #define PORT_LINK_STROBE BIT(16) macro
Dcdnsp-gadget.c114 temp |= PORT_LINK_STROBE | link_state; in cdnsp_set_link_state()