Searched refs:scsi_send_start_stop (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi_ioctl.c235 static int scsi_send_start_stop(struct scsi_device *sdev, int data) function
905 return scsi_send_start_stop(sdev, 3);
907 return scsi_send_start_stop(sdev, 2);
922 return scsi_send_start_stop(sdev, 1);
924 return scsi_send_start_stop(sdev, 0);

Completed in 129 milliseconds