Searched refs:hosts (Results 1 - 14 of 14) sorted by relevance

/drivers/scsi/
H A DNCR_Q720.c40 /* We needs this helper because we have up to four hosts per struct device */
49 struct Scsi_Host *hosts[4]; member in struct:NCR_Q720_private
72 ncr53c8xx_intr(irq, p->hosts[siop]);
112 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device);
114 if (!p->hosts[siop])
123 error = scsi_add_host(p->hosts[siop], p->dev);
125 ncr53c8xx_release(p->hosts[siop]);
127 scsi_scan_host(p->hosts[siop]);
336 if(p->hosts[i])
337 NCR_Q720_remove_one(p->hosts[
[all...]
H A Dsym53c416.c218 static host hosts[MAXHOSTS] = { variable
550 printk(KERN_WARNING "sym53c416: Too many hosts defined\n");
560 if(hosts[i].base == ints[1])
564 hosts[host_index].base = ints[1];
565 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0;
682 if (!request_region(hosts[i].base, IO_RANGE, ID))
684 if (!sym53c416_test(hosts[i].base)) {
685 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[i].base);
690 if (!hosts[i].irq)
691 hosts[
[all...]
H A DNCR_D700.c168 /* We needs this helper because we have two hosts per struct device */
171 struct Scsi_Host *hosts[2]; member in struct:NCR_D700_private
211 p->hosts[siop] = host;
235 if (p->hosts[i] &&
236 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED)
369 NCR_D700_remove_one(p->hosts[i]);
H A DMakefile162 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \
/drivers/scsi/libsas/
H A DKconfig42 bool "Support for SMP interpretation for SAS hosts"
46 Allows sas hosts to receive SMP frames. Selecting this
/drivers/memstick/host/
H A Djmb38x_ms.c72 struct memstick_host *hosts[]; member in struct:jmb38x_ms
811 if (!jm->hosts[cnt])
813 memstick_suspend_host(jm->hosts[cnt]);
838 if (!jm->hosts[rc])
840 memstick_resume_host(jm->hosts[rc]);
841 memstick_detect_change(jm->hosts[rc]);
965 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt);
966 if (!jm->hosts[cnt])
969 rc = memstick_add_host(jm->hosts[cnt]);
972 jmb38x_ms_free_host(jm->hosts[cn
[all...]
/drivers/usb/core/
H A DKconfig74 external hubs. OTG hosts are allowed to reduce hardware
/drivers/scsi/isci/
H A Dhost.h299 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member in struct:isci_pci_info
315 (ihost = to_pci_info(pdev)->hosts[id]); id++)
H A Dinit.c368 ihost = pci_info->hosts[id];
383 ihost = pci_info->hosts[id];
687 pci_info->hosts[i] = h;
/drivers/atm/
H A DKconfig335 on PCI and SBUS hosts. Say Y (or M to compile as a module
/drivers/usb/gadget/legacy/
H A DKconfig135 Microsoft USB hosts.
153 EEM model is for mobile devices to communicate with hosts using
271 to interoperate with MS-Windows hosts or with the Linux-USB
/drivers/media/platform/soc_camera/
H A Dsoc_camera.c54 static LIST_HEAD(hosts);
57 * Protects lists and bitmaps of hosts and devices.
1961 list_for_each_entry(ix, &hosts, list) {
1972 list_add_tail(&ici->list, &hosts);
2205 * hot-pluggable. Now we know, that all our users - hosts and devices have
/drivers/mmc/host/
H A DKconfig62 This option is selected by drivers running on big endian hosts
/drivers/usb/host/
H A DKconfig796 or embedded hosts that need to undergo USB-IF compliance testing with

Completed in 296 milliseconds