Home
last modified time | relevance | path

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

/include/linux/
Data_platform.h14 struct scsi_host_template;
22 const struct scsi_host_template *sht,
Dahci_platform.h21 struct scsi_host_template;
40 const struct scsi_host_template *sht);
Dlibata.h1134 const struct scsi_host_template *sht);
1137 const struct scsi_host_template *sht);
2060 const struct scsi_host_template *sht);
2063 const struct scsi_host_template *sht, void *host_priv, int hflags);
2099 const struct scsi_host_template *sht,
/include/scsi/
Dscsi_host.h43 struct scsi_host_template { struct
581 const struct scsi_host_template *hostt;
795 extern struct Scsi_Host *scsi_host_alloc(const struct scsi_host_template *, int);
801 scsi_template_proc_dir(const struct scsi_host_template *sht);
Dlibiscsi.h26 struct scsi_host_template;
410 extern struct Scsi_Host *iscsi_host_alloc(const struct scsi_host_template *sht,
Dlibfc.h881 libfc_host_alloc(const struct scsi_host_template *sht, int priv_size) in libfc_host_alloc()