Home
last modified time | relevance | path

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

/u-boot/drivers/scsi/
A Dscsi-uclass.c19 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()
29 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
A Dsandbox_scsi.c132 struct scsi_ops sandbox_scsi_ops = {
/u-boot/include/
A Dscsi.h284 struct scsi_ops { struct
303 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument
305 extern struct scsi_ops scsi_ops;
/u-boot/drivers/ata/
A Dahci-pci.c32 .ops = &scsi_ops,
A Ddwc_ahci.c96 .ops = &scsi_ops,
A Dmtk_ahci.c128 .ops = &scsi_ops,
A Dsata_ceva.c279 .ops = &scsi_ops,
A Dahci.c1183 struct scsi_ops scsi_ops = { variable
1191 .ops = &scsi_ops,
/u-boot/drivers/ufs/
A Dufs.c1945 static struct scsi_ops ufs_ops = {

Completed in 20 milliseconds