HomeSort by relevance Sort by last modified time
    Searched refs:scsi_ops (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/scsi/
scsi-uclass.c 17 struct scsi_ops *ops = scsi_get_ops(dev);
27 struct scsi_ops *ops = scsi_get_ops(dev);
  /external/u-boot/include/
scsi.h 174 struct scsi_ops { struct
193 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops)
195 extern struct scsi_ops scsi_ops;
  /external/u-boot/drivers/ata/
dwc_ahci.c 96 .ops = &scsi_ops,
sata_ceva.c 154 .ops = &scsi_ops,
ahci.c 1198 struct scsi_ops scsi_ops = { variable in typeref:struct:scsi_ops
1206 .ops = &scsi_ops,

Completed in 8495 milliseconds