Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_priv.h107 extern void scsi_proc_hostdir_add(struct scsi_host_template *);
114 # 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.c496 scsi_proc_hostdir_add(shost->hostt); in scsi_host_alloc()