Searched refs:rootlist (Results 1 – 3 of 3) 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()
369 const struct __guc_mmio_reg_descr_group *rootlist, int num_regs) in __alloc_ext_regs() argument379 newlist->owner = rootlist->owner; in __alloc_ext_regs()380 newlist->engine = rootlist->engine; in __alloc_ext_regs()381 newlist->type = rootlist->type; in __alloc_ext_regs()
2119 rootlist = []2127 if pdev and pdev not in real and pdev not in rootlist:2128 rootlist.append(pdev)2129 return rootlist2131 rootlist = self.rootDeviceList()2132 master = self.masterTopology('', rootlist, 0)