Home
last modified time | relevance | path

Searched refs:scsi_ops (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/
Dscsi.h174 struct scsi_ops { struct
193 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument
195 extern struct scsi_ops scsi_ops;
/external/u-boot/drivers/scsi/
Dscsi-uclass.c17 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()
27 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
/external/u-boot/drivers/ata/
Ddwc_ahci.c96 .ops = &scsi_ops,
Dsata_ceva.c154 .ops = &scsi_ops,
Dahci.c1198 struct scsi_ops scsi_ops = { variable
1206 .ops = &scsi_ops,