Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dscsi.h193 struct scsi_ops { struct
212 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument
214 extern struct scsi_ops scsi_ops;
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/ata/
H A Ddwc_ahci.c88 .ops = &scsi_ops,
H A Dsata_ceva.c147 .ops = &scsi_ops,
H A Dahci.c1227 struct scsi_ops scsi_ops = { variable
1235 .ops = &scsi_ops,
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.c2070 static struct scsi_ops ufs_ops = {