Home
last modified time | relevance | path

Searched refs:regset_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-debugfs.c99 list_add_tail(&regset->list, &xhci->regset_list); in xhci_debugfs_alloc_regset()
659 INIT_LIST_HEAD(&xhci->regset_list); in xhci_debugfs_init()
712 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list) in xhci_debugfs_exit()
Dxhci.h1929 struct list_head regset_list; member