Home
last modified time | relevance | path

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

/u-boot/include/
A Dscsi.h182 struct scsi_ops { struct
201 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument
203 extern struct scsi_ops scsi_ops;
/u-boot/drivers/scsi/
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()
/u-boot/drivers/ata/
A Ddwc_ahci.c96 .ops = &scsi_ops,
A Dmtk_ahci.c128 .ops = &scsi_ops,
A Dsata_ceva.c235 .ops = &scsi_ops,
A Dahci.c1224 struct scsi_ops scsi_ops = { variable
1232 .ops = &scsi_ops,
/u-boot/drivers/ufs/
A Dufs.c1945 static struct scsi_ops ufs_ops = {

Completed in 14 milliseconds