Searched refs:scsi_host_template (Results 1 – 25 of 266) sorted by relevance
1234567891011
/linux-2.6.39/drivers/scsi/ |
D | fdomain.h | 21 extern struct scsi_host_template fdomain_driver_template; 23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
|
D | scsi_priv.h | 11 struct scsi_host_template; 97 extern void scsi_proc_hostdir_add(struct scsi_host_template *); 98 extern void scsi_proc_hostdir_rm(struct scsi_host_template *);
|
D | scsi_module.c | 19 struct scsi_host_template *sht = &driver_template; in init_this_scsi_driver() 54 struct scsi_host_template *sht = &driver_template; in exit_this_scsi_driver()
|
D | qlogicfas.c | 50 static struct Scsi_Host *__qlogicfas_detect(struct scsi_host_template *host, in __qlogicfas_detect() 145 static int __devinit qlogicfas_detect(struct scsi_host_template *sht) in qlogicfas_detect() 186 static struct scsi_host_template qlogicfas_driver_template = {
|
D | mvme147.c | 67 int mvme147_detect(struct scsi_host_template *tpnt) in mvme147_detect() 138 static struct scsi_host_template driver_template = {
|
D | mvme147.h | 13 int mvme147_detect(struct scsi_host_template *);
|
D | sym53c416.h | 25 static int sym53c416_detect(struct scsi_host_template *);
|
D | scsi_proc.c | 107 void scsi_proc_hostdir_add(struct scsi_host_template *sht) in scsi_proc_hostdir_add() 126 void scsi_proc_hostdir_rm(struct scsi_host_template *sht) in scsi_proc_hostdir_rm() 146 struct scsi_host_template *sht = shost->hostt; in scsi_proc_host_add()
|
D | dpti.h | 31 static int adpt_detect(struct scsi_host_template * sht); 295 static s32 adpt_scsi_host_alloc(adpt_hba* pHba,struct scsi_host_template * sht); 305 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
|
D | ultrastor.h | 16 static int ultrastor_detect(struct scsi_host_template *);
|
D | hosts.c | 203 struct scsi_host_template *sht = shost->hostt; in scsi_add_host_with_dma() 330 struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) in scsi_host_alloc() 441 struct Scsi_Host *scsi_register(struct scsi_host_template *sht, int privsize) in scsi_register()
|
D | t128.h | 98 static int t128_detect(struct scsi_host_template *);
|
D | t128.c | 197 int __init t128_detect(struct scsi_host_template * tpnt){ in t128_detect() 433 static struct scsi_host_template driver_template = {
|
D | dtc.h | 38 static int dtc_detect(struct scsi_host_template *);
|
D | pas16.h | 120 static int pas16_detect(struct scsi_host_template *);
|
D | mac_scsi.c | 236 int macscsi_detect(struct scsi_host_template * tpnt) in macscsi_detect() 580 static struct scsi_host_template driver_template = {
|
/linux-2.6.39/include/scsi/ |
D | scsi_host.h | 52 struct scsi_host_template { struct 62 int (* detect)(struct scsi_host_template *); argument 567 struct scsi_host_template *hostt; 762 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int); 900 extern struct Scsi_Host *scsi_register(struct scsi_host_template *, int);
|
D | scsi_netlink.h | 133 int scsi_nl_add_driver(u64 vendor_id, struct scsi_host_template *hostt,
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfad_im.h | 132 extern struct scsi_host_template bfad_im_scsi_host_template; 133 extern struct scsi_host_template bfad_im_vport_template;
|
/linux-2.6.39/drivers/staging/keucr/ |
D | scsiglue.h | 8 extern struct scsi_host_template usb_stor_host_template;
|
/linux-2.6.39/drivers/usb/storage/ |
D | scsiglue.h | 46 extern struct scsi_host_template usb_stor_host_template;
|
/linux-2.6.39/drivers/scsi/pcmcia/ |
D | qlogic_stub.c | 63 static struct scsi_host_template qlogicfas_driver_template = { 91 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect()
|
D | nsp_cs.h | 293 static struct Scsi_Host *nsp_detect (struct scsi_host_template *sht); 329 static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht);
|
/linux-2.6.39/drivers/staging/phison/ |
D | phison.c | 42 static struct scsi_host_template phison_sht = {
|
/linux-2.6.39/drivers/ata/ |
D | pata_netcell.c | 33 static struct scsi_host_template netcell_sht = {
|
1234567891011