1. NAME▲
shost_for_each_device - iterate over all devices of a host
2. SYNOPSIS ▲
shost_for_each_device( sdev , shost );
3. ARGUMENTS ▲
sdev 
    the struct scsi_device to use as a cursor 
shost 
    the struct scsi_host to iterate over 
4. DESCRIPTION ▲
Iterator that returns each device attached to shost. This loop takes a reference on each device and releases it at the end. If you break out of the loop, you must call scsi_device_put(sdev).
5. AUTHORS ▲
James Bottomley <> 
    Author. 
Rob Landley <> 
    Author. 
6. COPYRIGHT ▲
 

 .
.
		