Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A 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;
/openbmc/u-boot/drivers/scsi/
H A 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()
/openbmc/u-boot/drivers/ata/
H A Ddwc_ahci.c96 .ops = &scsi_ops,
H A Dsata_ceva.c218 .ops = &scsi_ops,
H A Dahci.c1200 struct scsi_ops scsi_ops = { variable
1208 .ops = &scsi_ops,