Home
last modified time | relevance | path

Searched refs:scsi_get_ops (Results 1 – 2 of 2) sorted by relevance

/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/include/
H A Dscsi.h198 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) macro