Searched refs:scsi_ops (Results 1 – 9 of 9) sorted by relevance
19 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()29 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
132 struct scsi_ops sandbox_scsi_ops = {
284 struct scsi_ops { struct303 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument305 extern struct scsi_ops scsi_ops;
32 .ops = &scsi_ops,
96 .ops = &scsi_ops,
128 .ops = &scsi_ops,
279 .ops = &scsi_ops,
1183 struct scsi_ops scsi_ops = { variable1191 .ops = &scsi_ops,
1945 static struct scsi_ops ufs_ops = {
Completed in 20 milliseconds