Searched defs:slot_nr (Results 1 - 4 of 4) sorted by relevance

/drivers/ide/
H A Dide-cd_ioctl.c41 int ide_cdrom_drive_status(struct cdrom_device_info *cdi, int slot_nr) argument
48 if (slot_nr != CDSL_CURRENT)
89 unsigned int clearing, int slot_nr)
94 if (slot_nr == CDSL_CURRENT) {
88 ide_cdrom_check_events_real(struct cdrom_device_info *cdi, unsigned int clearing, int slot_nr) argument
/drivers/pci/
H A Dslot.c194 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) argument
201 if (slot->number == slot_nr) {
212 * @slot_nr: PCI_SLOT(pci_dev->devfn) or -1 for placeholder
221 * Slots are uniquely identified by a @pci_bus, @slot_nr tuple.
234 * In most cases, @pci_bus, @slot_nr will be sufficient to uniquely identify
236 * @slot_nr cannot be determined until a device is actually inserted into
237 * the slot. In this scenario, the caller may pass -1 for @slot_nr.
239 * The following semantics are imposed when the caller passes @slot_nr ==
241 * may be many slots with @slot_nr of -1. The other change in semantics is
247 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, argument
331 pci_renumber_slot(struct pci_slot *slot, int slot_nr) argument
[all...]
/drivers/scsi/mvsas/
H A Dmv_init.c126 int slot_nr; local
132 slot_nr = MVS_SOC_SLOTS;
134 slot_nr = MVS_CHIP_SLOT_SZ;
152 sizeof(*mvi->slot) * slot_nr,
240 int i = 0, slot_nr; local
244 slot_nr = MVS_SOC_SLOTS;
246 slot_nr = MVS_CHIP_SLOT_SZ;
288 sizeof(*mvi->slot) * slot_nr,
292 memset(mvi->slot, 0, sizeof(*mvi->slot) * slot_nr);
312 mvi->tags_num = slot_nr;
[all...]
/drivers/block/paride/
H A Dpcd.c174 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr);
176 unsigned int clearing, int slot_nr);
509 unsigned int clearing, int slot_nr)
596 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr) argument
508 pcd_check_events(struct cdrom_device_info *cdi, unsigned int clearing, int slot_nr) argument

Completed in 152 milliseconds