Home
last modified time | relevance | path

Searched refs:XHCI_EXT_CAPS_PROTOCOL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-ext-caps.h37 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
Dxhci-debugfs.c151 if (cap_id == XHCI_EXT_CAPS_PROTOCOL) { in xhci_debugfs_extcap_regset()
681 xhci_debugfs_extcap_regset(xhci, XHCI_EXT_CAPS_PROTOCOL, in xhci_debugfs_init()
Dxhci-mem.c2308 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2319 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2340 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
/linux-6.1.9/drivers/usb/early/
Dxhci-dbc.c373 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port()