Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.c118 struct xhci_regset *rgs; in xhci_debugfs_regset() local
123 rgs = xhci_debugfs_alloc_regset(xhci); in xhci_debugfs_regset()
124 if (!rgs) in xhci_debugfs_regset()
128 vsnprintf(rgs->name, sizeof(rgs->name), fmt, args); in xhci_debugfs_regset()
131 regset = &rgs->regset; in xhci_debugfs_regset()
136 debugfs_create_regset32((const char *)rgs->name, 0444, parent, regset); in xhci_debugfs_regset()
589 struct xhci_regset *rgs, *tmp; in xhci_debugfs_exit() local
595 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list) in xhci_debugfs_exit()
596 xhci_debugfs_free_regset(rgs); in xhci_debugfs_exit()
/Linux-v4.19/arch/s390/include/uapi/asm/
Druntime_instr.h32 __u32 rgs : 3; member