Searched refs:rgs (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ |
A D | xhci-debugfs.c | 119 struct xhci_regset *rgs; in xhci_debugfs_regset() local 124 rgs = xhci_debugfs_alloc_regset(xhci); in xhci_debugfs_regset() 125 if (!rgs) in xhci_debugfs_regset() 129 vsnprintf(rgs->name, sizeof(rgs->name), fmt, args); in xhci_debugfs_regset() 132 regset = &rgs->regset; in xhci_debugfs_regset() 137 debugfs_create_regset32((const char *)rgs->name, 0444, parent, regset); in xhci_debugfs_regset() 706 struct xhci_regset *rgs, *tmp; in xhci_debugfs_exit() local 712 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list) in xhci_debugfs_exit() 713 xhci_debugfs_free_regset(rgs); in xhci_debugfs_exit()
|
/linux/arch/s390/include/uapi/asm/ |
A D | runtime_instr.h | 32 __u32 rgs : 3; member
|
Completed in 4 milliseconds