Searched refs:new_slot (Results 1 - 6 of 6) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c305 struct pci_func *new_slot; local
341 new_slot = cpqhp_slot_create(busnumber);
342 if (new_slot == NULL)
345 new_slot->bus = (u8) busnumber;
346 new_slot->device = (u8) device;
347 new_slot->function = 0;
348 new_slot->is_a_board = 0;
349 new_slot->presence_save = 0;
350 new_slot->switch_save = 0;
394 new_slot
462 cpqhp_save_slot_config(struct controller *ctrl, struct pci_func * new_slot) argument
[all...]
H A Dcpqphp_sysfs.c85 struct pci_func *new_slot; local
91 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);
92 if (!new_slot)
96 res = new_slot->mem_head;
103 res = new_slot->p_mem_head;
110 res = new_slot->io_head;
117 res = new_slot->bus_head;
H A Dcpqphp_ctrl.c971 struct pci_func *new_slot; local
974 new_slot = kzalloc(sizeof(*new_slot), GFP_KERNEL);
975 if (new_slot == NULL)
976 return new_slot;
978 new_slot->next = NULL;
979 new_slot->configured = 1;
982 cpqhp_slot_list[busnumber] = new_slot;
987 next->next = new_slot;
989 return new_slot;
1430 struct pci_func *new_slot = NULL; local
2279 struct pci_func *new_slot; local
2395 struct pci_func *new_slot; local
[all...]
H A Dcpqphp.h442 struct pci_func *new_slot);
/drivers/mmc/host/
H A Domap.c281 struct mmc_omap_slot *new_slot; local
287 new_slot = host->slots[i];
289 BUG_ON(new_slot == host->current_slot);
291 host->next_slot = new_slot;
292 host->mmc = new_slot->mmc;
/drivers/xen/xen-pciback/
H A Dpci_stub.c1034 static DRIVER_ATTR(new_slot, S_IWUSR, NULL, pcistub_slot_add);

Completed in 268 milliseconds