Home
last modified time | relevance | path

Searched refs:scsi_proc_hostdir_add (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dscsi_priv.h108 extern void scsi_proc_hostdir_add(struct scsi_host_template *);
115 # define scsi_proc_hostdir_add(sht) do { } while (0) macro
Dscsi_proc.c101 void scsi_proc_hostdir_add(struct scsi_host_template *sht) in scsi_proc_hostdir_add() function
Dhosts.c505 scsi_proc_hostdir_add(shost->hostt); in scsi_host_alloc()