Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
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()
A Dxhci-ext-caps.h98 static inline int xhci_find_next_ext_cap(void __iomem *base, u32 start, int id) in xhci_find_next_ext_cap() function
A Dxhci-debugfs.c149 offset = xhci_find_next_ext_cap(base, 0, cap_id); in xhci_debugfs_extcap_regset()
159 offset = xhci_find_next_ext_cap(base, offset, cap_id); in xhci_debugfs_extcap_regset()
A Dxhci-mem.c2311 cap_start = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_PROTOCOL); in xhci_setup_port_arrays()
2321 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays()
2342 offset = xhci_find_next_ext_cap(base, offset, in xhci_setup_port_arrays()
A Dpci-quirks.c1159 ext_cap_offset = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_LEGACY); in quirk_usb_handoff_xhci()
A Dxhci-dbgcap.c936 dbc_cap_offs = xhci_find_next_ext_cap(base, 0, XHCI_EXT_CAPS_DEBUG); in xhci_do_dbc_init()
/linux/drivers/usb/early/
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()
641 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG); in early_xdbc_parse_parameter()
985 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG); in xdbc_init()

Completed in 23 milliseconds