Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-debugfs.c99 list_add_tail(&regset->list, &xhci->regset_list); in xhci_debugfs_alloc_regset()
660 INIT_LIST_HEAD(&xhci->regset_list); in xhci_debugfs_init()
713 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list) in xhci_debugfs_exit()
H A Dxhci.h1651 struct list_head regset_list; member