Searched refs:scsi_host_template (Results 1 - 25 of 233) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dfdomain.h21 extern struct scsi_host_template fdomain_driver_template;
23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
H A Dmvme147.h13 int mvme147_detect(struct scsi_host_template *);
H A Dfcal.h23 int fcal_detect(struct scsi_host_template *);
H A Dibmmca.h14 static int ibmmca_detect (struct scsi_host_template *);
H A Dsym53c416.h25 static int sym53c416_detect(struct scsi_host_template *);
H A Dadvansys.h22 * struct scsi_host_template function prototypes.
24 int advansys_detect(struct scsi_host_template *);
H A Damiga7xx.h5 int amiga7xx_detect(struct scsi_host_template *);
H A Dbvme6000.h6 int bvme6000_scsi_detect(struct scsi_host_template *);
H A Dmvme16x.h6 int mvme16x_scsi_detect(struct scsi_host_template *);
H A Dgvp11.h14 int gvp11_detect(struct scsi_host_template *);
H A Da2091.h14 int a2091_detect(struct scsi_host_template *);
H A Da3000.h14 int a3000_detect(struct scsi_host_template *);
H A Damiga7xx.c30 static int amiga7xx_register_one(struct scsi_host_template *tpnt,
66 static int __init amiga7xx_zorro_detect(struct scsi_host_template *tpnt)
90 int __init amiga7xx_detect(struct scsi_host_template *tpnt)
123 static struct scsi_host_template driver_template = {
H A Dbvme6000.c25 int bvme6000_scsi_detect(struct scsi_host_template *tpnt)
61 static struct scsi_host_template driver_template = {
H A Dmvme16x.c23 int mvme16x_scsi_detect(struct scsi_host_template *tpnt)
63 static struct scsi_host_template driver_template = {
H A Dscsi_module.c19 struct scsi_host_template *sht = &driver_template;
54 struct scsi_host_template *sht = &driver_template;
H A Dscsi_priv.h9 struct scsi_host_template;
79 extern void scsi_proc_hostdir_add(struct scsi_host_template *);
80 extern void scsi_proc_hostdir_rm(struct scsi_host_template *);
H A Dultrastor.h16 static int ultrastor_detect(struct scsi_host_template *);
H A Dpluto.h41 int pluto_detect(struct scsi_host_template *);
H A Dqlogicfas.c50 static struct Scsi_Host *__qlogicfas_detect(struct scsi_host_template *host,
145 static int __devinit qlogicfas_detect(struct scsi_host_template *sht)
186 static struct scsi_host_template qlogicfas_driver_template = {
H A Dmvme147.c65 int mvme147_detect(struct scsi_host_template *tpnt)
122 static struct scsi_host_template driver_template = {
H A Ddtc.h38 static int dtc_detect(struct scsi_host_template *);
H A Dt128.h101 static int t128_detect(struct scsi_host_template *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dscsiglue.h48 extern struct scsi_host_template usb_stor_host_template;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_host.h46 struct scsi_host_template { struct
56 int (* detect)(struct scsi_host_template *);
515 struct scsi_host_template *hostt;
697 extern struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *, int);
741 extern struct Scsi_Host *scsi_register(struct scsi_host_template *, int);

Completed in 90 milliseconds

12345678910