Home
last modified time | relevance | path

Searched refs:scsi_exec (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/scsi/
Dscsi.c201 if (scsi_exec(bdev, pccb)) { in scsi_read()
265 if (scsi_exec(bdev, pccb)) { in scsi_write()
372 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
397 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
503 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
534 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
Dsandbox_scsi.c22 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
Dscsi-uclass.c15 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
/external/u-boot/include/
Dscsi.h204 int scsi_exec(struct udevice *dev, struct scsi_cmd *cmd);
/external/u-boot/drivers/ata/
Dahci.c1209 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function