Searched refs:cur_slot (Results 1 - 4 of 4) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_core.c135 int ibmphp_init_devno(struct slot **cur_slot) argument
156 if ((*cur_slot)->number == rtable->slots[loop].slot &&
157 (*cur_slot)->bus == rtable->slots[loop].bus) {
160 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
162 (*cur_slot)->irq[i] = IO_APIC_get_PCI_irq_vector((int) (*cur_slot)->bus,
163 (int) (*cur_slot)->device, i,
166 debug("(*cur_slot)->irq[0] = %x\n",
167 (*cur_slot)->irq[0]);
168 debug("(*cur_slot)
[all...]
/drivers/mmc/host/
H A Datmel-mci.c94 * @cur_slot: The slot which is currently using the controller.
95 * @mrq: The request currently being processed on @cur_slot,
139 * @cur_slot, @mrq and @state. These must always be updated
170 struct atmel_mci_slot *cur_slot; member in struct:atmel_mci
975 host->cur_slot = slot;
1281 struct mmc_host *prev_mmc = host->cur_slot->mmc;
1296 host->cur_slot->mrq = NULL;
H A Ddw_mmc.c679 host->cur_slot = slot;
884 struct mmc_host *prev_mmc = host->cur_slot->mmc;
888 host->cur_slot->mrq = NULL;
982 __dw_mci_start_request(host, host->cur_slot,
/drivers/usb/dwc3/
H A Dgadget.c684 unsigned int cur_slot; local
692 cur_slot = dep->free_slot;
696 if (((cur_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) &&
719 if (!(cur_slot % (DWC3_TRB_NUM / 4)))

Completed in 436 milliseconds