Searched refs:slotno (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-pci-data.c4 struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
H A Dsdhci-pci.c1394 int slotno) sdhci_pci_probe_slot()
1398 int ret, bar = first_bar + slotno; sdhci_pci_probe_slot()
1437 slot->data = sdhci_pci_get_data(pdev, slotno); sdhci_pci_probe_slot()
1489 host->mmc->slotno = slotno; sdhci_pci_probe_slot()
1392 sdhci_pci_probe_slot( struct pci_dev *pdev, struct sdhci_pci_chip *chip, int first_bar, int slotno) sdhci_pci_probe_slot() argument
/linux-4.1.27/include/linux/mmc/
H A Dsdhci-pci-data.h8 int slotno; member in struct:sdhci_pci_data
16 int slotno);
H A Dhost.h368 unsigned int slotno; /* used for sdio acpi binding */ member in struct:mmc_host
/linux-4.1.27/arch/mips/sgi-ip22/
H A Dip22-gio.c230 switch (dev->slotno) { gio_set_master()
245 void ip22_gio_set_64bit(int slotno) ip22_gio_set_64bit() argument
249 switch (slotno) { ip22_gio_set_64bit()
323 static void ip22_check_gio(int slotno, unsigned long addr, int irq) ip22_check_gio() argument
351 ip22_gio_set_64bit(slotno); ip22_check_gio()
360 slotno, name, id); ip22_check_gio()
363 gio_dev->slotno = slotno; ip22_check_gio()
369 dev_set_name(&gio_dev->dev, "%d", slotno); ip22_check_gio()
372 printk(KERN_INFO "GIO: slot %d : Empty\n", slotno); ip22_check_gio()
/linux-4.1.27/fs/ocfs2/
H A Dslot_map.c84 int b, i, slotno; ocfs2_update_slot_info_extended() local
87 slotno = 0; ocfs2_update_slot_info_extended()
92 (slotno < si->si_num_slots); ocfs2_update_slot_info_extended()
93 i++, slotno++) { ocfs2_update_slot_info_extended()
95 ocfs2_set_slot(si, slotno, ocfs2_update_slot_info_extended()
98 ocfs2_invalidate_slot(si, slotno); ocfs2_update_slot_info_extended()
170 int slotno = slot_num % si->si_slots_per_block; ocfs2_update_disk_slot_extended() local
176 se->se_slots[slotno].es_valid = si->si_slots[slot_num].sl_valid; ocfs2_update_disk_slot_extended()
178 se->se_slots[slotno].es_node_num = ocfs2_update_disk_slot_extended()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci-hotplug.c74 int slotno, mode, pass, max; pcibios_add_pci_devices() local
98 slotno = PCI_SLOT(PCI_DN(dn->child)->devfn); pcibios_add_pci_devices()
99 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); pcibios_add_pci_devices()
/linux-4.1.27/drivers/pci/hotplug/
H A Drpaphp_slot.c121 int slotno; rpaphp_register_slot() local
134 slotno = PCI_SLOT(PCI_DN(slot->dn->child)->devfn); rpaphp_register_slot()
136 slotno = -1; rpaphp_register_slot()
137 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name); rpaphp_register_slot()
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) ibmphp_configure_card() argument
189 rc = configure_bridge (&cur_func, slotno); ibmphp_configure_card()
223 rc = ibmphp_configure_card (newfunc, slotno); ibmphp_configure_card()
260 rc = configure_bridge (&cur_func, slotno); ibmphp_configure_card()
297 rc = ibmphp_configure_card (newfunc, slotno); ibmphp_configure_card()
566 static int configure_bridge (struct pci_func **func_passed, u8 slotno) configure_bridge() argument
617 sec_number = find_sec_number (func->busno, slotno); configure_bridge()
1694 static u8 find_sec_number (u8 primary_busno, u8 slotno) find_sec_number() argument
1708 if ((slotno > max) || (slotno < min)) { find_sec_number()
1712 busno = (u8) (slotno - (u8) min); find_sec_number()
/linux-4.1.27/arch/mips/include/asm/
H A Dgio_device.h12 unsigned int slotno; member in struct:gio_device
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_bus.c292 u64 addr = ((u64)host->slotno << 16) | func->num; sdio_acpi_set_handle()
/linux-4.1.27/sound/soc/intel/atom/
H A Dsst-atom-controls.c1043 #define SST_INTERLEAVER(xpname, slot_name, slotno) \
1044 SST_SSP_SLOT_CTL(xpname, "tx interleaver", slot_name, slotno, true, \

Completed in 499 milliseconds