Home
last modified time | relevance | path

Searched refs:scsi_host_template (Results 1 – 25 of 266) sorted by relevance

1234567891011

/linux-2.6.39/drivers/scsi/
Dfdomain.h21 extern struct scsi_host_template fdomain_driver_template;
23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
Dscsi_priv.h11 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 *);
Dscsi_module.c19 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()
Dqlogicfas.c50 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 = {
Dmvme147.c67 int mvme147_detect(struct scsi_host_template *tpnt) in mvme147_detect()
138 static struct scsi_host_template driver_template = {
Dmvme147.h13 int mvme147_detect(struct scsi_host_template *);
Dsym53c416.h25 static int sym53c416_detect(struct scsi_host_template *);
Dscsi_proc.c107 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()
Ddpti.h31 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) ;
Dultrastor.h16 static int ultrastor_detect(struct scsi_host_template *);
Dhosts.c203 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()
Dt128.h98 static int t128_detect(struct scsi_host_template *);
Dt128.c197 int __init t128_detect(struct scsi_host_template * tpnt){ in t128_detect()
433 static struct scsi_host_template driver_template = {
Ddtc.h38 static int dtc_detect(struct scsi_host_template *);
Dpas16.h120 static int pas16_detect(struct scsi_host_template *);
Dmac_scsi.c236 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/
Dscsi_host.h52 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);
Dscsi_netlink.h133 int scsi_nl_add_driver(u64 vendor_id, struct scsi_host_template *hostt,
/linux-2.6.39/drivers/scsi/bfa/
Dbfad_im.h132 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/
Dscsiglue.h8 extern struct scsi_host_template usb_stor_host_template;
/linux-2.6.39/drivers/usb/storage/
Dscsiglue.h46 extern struct scsi_host_template usb_stor_host_template;
/linux-2.6.39/drivers/scsi/pcmcia/
Dqlogic_stub.c63 static struct scsi_host_template qlogicfas_driver_template = {
91 static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host, in qlogic_detect()
Dnsp_cs.h293 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/
Dphison.c42 static struct scsi_host_template phison_sht = {
/linux-2.6.39/drivers/ata/
Dpata_netcell.c33 static struct scsi_host_template netcell_sht = {

1234567891011