Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ext-caps.h36 #define XHCI_EXT_CAPS_PROTOCOL 2 macro
Dxhci-debugfs.c150 if (cap_id == XHCI_EXT_CAPS_PROTOCOL) { in xhci_debugfs_extcap_regset()
564 xhci_debugfs_extcap_regset(xhci, XHCI_EXT_CAPS_PROTOCOL, in xhci_debugfs_init()
Dxhci-mem.c2295 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2306 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2322 XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c372 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port()