rgs               309 arch/m68k/include/asm/math-emu.h 	\instr	\args
rgs                32 arch/s390/include/uapi/asm/runtime_instr.h 	__u32 rgs		: 3;
rgs               118 drivers/usb/host/xhci-debugfs.c 	struct xhci_regset	*rgs;
rgs               123 drivers/usb/host/xhci-debugfs.c 	rgs = xhci_debugfs_alloc_regset(xhci);
rgs               124 drivers/usb/host/xhci-debugfs.c 	if (!rgs)
rgs               128 drivers/usb/host/xhci-debugfs.c 	vsnprintf(rgs->name, sizeof(rgs->name), fmt, args);
rgs               131 drivers/usb/host/xhci-debugfs.c 	regset = &rgs->regset;
rgs               136 drivers/usb/host/xhci-debugfs.c 	debugfs_create_regset32((const char *)rgs->name, 0444, parent, regset);
rgs               592 drivers/usb/host/xhci-debugfs.c 	struct xhci_regset	*rgs, *tmp;
rgs               598 drivers/usb/host/xhci-debugfs.c 	list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list)
rgs               599 drivers/usb/host/xhci-debugfs.c 		xhci_debugfs_free_regset(rgs);