Lines Matching refs:scsi_host_alloc
101 scsi_host_alloc() ** . Those interface functions that the LLD does not
116 ** the scsi_host_alloc() function is a replacement for the rather vaguely
147 scsi_host_alloc() -->
184 (a pointer is returned by scsi_host_alloc()). Such instances are "owned"
315 - scsi_host_alloc(): returns a pointer to new instance of struct
374 scsi_host_alloc - return a new scsi_host instance whose refcount==1
427 * successful call to scsi_host_alloc(). This function does not
492 * scsi_host_alloc - create a scsi host adapter instance and perform basic
512 struct Scsi_Host * scsi_host_alloc(struct scsi_host_template * sht,
721 is passed to scsi_host_alloc() [or scsi_register() / init_this_scsi_driver()].
730 should be passed to the mid level's scsi_host_alloc() [or scsi_register() /
1198 is created (in scsi_host_alloc() in hosts.c) those common members are
1236 scsi_host_alloc() or scsi_register().
1332 Scsi_Host::default_lock which is initialized in scsi_host_alloc() [found in