Searched refs:newfunc (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dacpiphp_glue.c124 struct acpiphp_func *newfunc; local
151 newfunc = kzalloc(sizeof(struct acpiphp_func), GFP_KERNEL);
152 if (!newfunc)
155 INIT_LIST_HEAD(&newfunc->sibling);
156 newfunc->handle = handle;
157 newfunc->function = function;
160 newfunc->flags = FUNC_HAS_EJ0;
163 newfunc->flags |= FUNC_HAS_STA;
166 newfunc->flags |= FUNC_HAS_PS0;
169 newfunc
[all...]
H A Dibmphp_pci.c88 struct pci_func *newfunc; /* for multi devices */ local
167 newfunc = kzalloc(sizeof(*newfunc), GFP_KERNEL);
168 if (!newfunc) {
172 newfunc->busno = cur_func->busno;
173 newfunc->device = device;
174 cur_func->next = newfunc;
175 cur_func = newfunc;
177 newfunc->irq[j] = cur_func->irq[j];
205 newfunc
[all...]

Completed in 84 milliseconds