Lines Matching defs:rgs
119 struct xhci_regset *rgs;
124 rgs = xhci_debugfs_alloc_regset(xhci);
125 if (!rgs)
129 vsnprintf(rgs->name, sizeof(rgs->name), fmt, args);
132 regset = &rgs->regset;
138 debugfs_create_regset32((const char *)rgs->name, 0444, parent, regset);
707 struct xhci_regset *rgs, *tmp;
713 list_for_each_entry_safe(rgs, tmp, &xhci->regset_list, list)
714 xhci_debugfs_free_regset(rgs);