Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c2338 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2349 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2370 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
/kernel/linux/linux-5.10/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()