Home
last modified time | relevance | path

Searched refs:xhci_find_next_ext_cap (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ext-caps.c90 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()
H A Dxhci-ext-caps.h130 static inline int xhci_find_next_ext_cap(void __iomem *base, u32 start, int id) in xhci_find_next_ext_cap() function
H A Dxhci-mem.c2185 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2195 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays()
2211 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays()
H A Dxhci-hub.c785 offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_INTEL_SPR_SHADOW); in xhci_port_is_tunneled()
/linux/drivers/usb/early/
H A Dxhci-dbc.c156 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/drivers/usb/dwc3/
H A Dcore.c2103 offset = xhci_find_next_ext_cap(base, offset, in dwc3_get_num_ports()