Searched refs:xhci_find_next_ext_cap (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci-ext-caps.c | 90 offset = xhci_find_next_ext_cap(base, 0, 0); in xhci_ext_cap_init() 105 offset = xhci_find_next_ext_cap(base, offset, 0); in xhci_ext_cap_init()
|
D | xhci-ext-caps.h | 130 static inline int xhci_find_next_ext_cap(void __iomem *base, u32 start, int id) in xhci_find_next_ext_cap() function
|
D | xhci-debugfs.c | 150 offset = xhci_find_next_ext_cap(base, 0, cap_id); in xhci_debugfs_extcap_regset() 160 offset = xhci_find_next_ext_cap(base, offset, cap_id); in xhci_debugfs_extcap_regset()
|
D | xhci-mem.c | 2191 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays() 2201 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays() 2217 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays()
|
D | pci-quirks.c | 1169 ext_cap_offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_LEGACY); in quirk_usb_handoff_xhci()
|
D | xhci-dbgcap.c | 1299 dbc_cap_offs = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_DEBUG); in xhci_create_dbc_dev()
|
D | xhci-hub.c | 777 offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_INTEL_SPR_SHADOW); in xhci_port_is_tunneled()
|
/linux-6.12.1/drivers/usb/early/ |
D | xhci-dbc.c | 156 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY); in xdbc_bios_handoff() 373 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port() 643 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG); in early_xdbc_parse_parameter() 988 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG); in xdbc_init()
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 2077 offset = xhci_find_next_ext_cap(base, offset, in dwc3_get_num_ports()
|