Lines Matching refs:pointer
105 pointer members not explicitly initialized.
184 (a pointer is returned by scsi_host_alloc()). Such instances are "owned"
226 (a pointer is passed as the parameter to slave_alloc() and
315 - scsi_host_alloc(): returns a pointer to new instance of struct
327 a copy of a pointer to a Scsi_device instance it should use scsi_device_get()
328 to bump its reference count. When it is finished with the pointer it can
392 * @shost: pointer to scsi host instance
397 * Returns pointer to new struct scsi_device instance or
398 * ERR_PTR(-ENODEV) (or some other bent pointer) if something is
419 * @shost: pointer to scsi host instance
420 * @dev: pointer to struct device of type scsi class
440 * @sdev: pointer to SCSI device to change queue depth on
461 * @dev: pointer to block device
463 * Returns pointer to partition table, or NULL for failure
477 * @shost: pointer to host to block commands on
494 * @sht: pointer to scsi host template
498 * Returns pointer to new Scsi_Host instance or NULL on failure
518 * @shost: pointer to struct Scsi_Host instance
533 * @shost: pointer to struct Scsi_Host instance
552 * @buf: pointer to partition table
554 * @cyls: outputs number of cylinders calculated via this pointer
555 * @hds: outputs number of heads calculated via this pointer
556 * @secs: outputs number of sectors calculated via this pointer
572 * @sht: pointer to scsi host template
576 * Returns pointer to new Scsi_Host instance or NULL on failure
593 * @sdev: a pointer to a scsi device instance
603 * invalid pointer after this call.
612 * @shost: a pointer to a scsi host instance
629 * @shost: a pointer to a scsi host involved
649 * @shost: a pointer to a scsi host instance
664 * @sdev: pointer to SCSI device instance
686 * @shost: pointer to host to unblock commands on
699 * @shp: pointer to scsi host instance to unregister.
728 A pointer to this function should be placed in the 'slave_configure' member
729 of a "struct scsi_host_template" instance. A pointer to such an instance
761 * @sdev: pointer to scsi device context (defined in
763 * @bdev: pointer to block device context (defined in fs.h)
948 * @arg: pointer to read or write data from. Since it points to
1006 * @shost: pointer to the scsi host object
1007 * @scp: pointer to scsi command object
1100 * @sdp: pointer to new device (about to be scanned)
1225 hostt - pointer to driver's struct scsi_host_template from which
1228 transportt - pointer to driver's struct scsi_transport_template instance
1273 done - function pointer that should be invoked by LLD when the
1297 device - pointer to scsi_device object that this command is
1322 where 'SCpnt' is a pointer to a scsi_cmnd object. To indicate only three 512
1333 hosts.c]. Within the same function the struct Scsi_Host::host_lock pointer
1336 pointer. Previously drivers could override the host_lock pointer but