Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dscsi.h179 struct scsi_ops { struct
198 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument
200 extern struct scsi_ops scsi_ops;
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi-uclass.c18 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()
28 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Ddwc_ahci.c88 .ops = &scsi_ops,
H A Dsata_ceva.c147 .ops = &scsi_ops,
H A Dahci.c1211 struct scsi_ops scsi_ops = { variable
1219 .ops = &scsi_ops,
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c1941 static struct scsi_ops ufs_ops = {