Searched refs:rootlist (Results 1 – 2 of 2) sorted by relevance
274 const struct __guc_mmio_reg_descr_group *rootlist, int num_regs) in __alloc_ext_regs() argument284 newlist->owner = rootlist->owner; in __alloc_ext_regs()285 newlist->engine = rootlist->engine; in __alloc_ext_regs()286 newlist->type = rootlist->type; in __alloc_ext_regs()
2096 rootlist = []2104 if pdev and pdev not in real and pdev not in rootlist:2105 rootlist.append(pdev)2106 return rootlist2108 rootlist = self.rootDeviceList()2109 master = self.masterTopology('', rootlist, 0)