Searched defs:slotno (Results 1 - 3 of 3) sorted by relevance

/drivers/pci/hotplug/
H A Drpaphp_slot.c121 int slotno; local
134 slotno = PCI_SLOT(PCI_DN(slot->dn->child)->devfn);
136 slotno = -1;
137 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name);
H A Dibmphp_pci.c41 static u8 find_sec_number (u8 primary_busno, u8 slotno);
81 int ibmphp_configure_card (struct pci_func *func, u8 slotno) argument
187 rc = configure_bridge (&cur_func, slotno);
221 rc = ibmphp_configure_card (newfunc, slotno);
258 rc = configure_bridge (&cur_func, slotno);
295 rc = ibmphp_configure_card (newfunc, slotno);
564 static int configure_bridge (struct pci_func **func_passed, u8 slotno) argument
615 sec_number = find_sec_number (func->busno, slotno);
1700 static u8 find_sec_number (u8 primary_busno, u8 slotno) argument
1714 if ((slotno > ma
[all...]
/drivers/mmc/host/
H A Dsdhci-pci.c1187 int slotno)
1191 int ret, bar = first_bar + slotno;
1229 slot->data = sdhci_pci_get_data(pdev, slotno);
1185 sdhci_pci_probe_slot( struct pci_dev *pdev, struct sdhci_pci_chip *chip, int first_bar, int slotno) argument

Completed in 124 milliseconds