Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/scsi/
H A Dsandbox_scsi.c22 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
H A Dscsi.c200 if (scsi_exec(bdev, pccb)) { in scsi_read()
264 if (scsi_exec(bdev, pccb)) { in scsi_write()
371 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
396 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
502 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
533 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
H A Dscsi-uclass.c15 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
/openbmc/u-boot/include/
H A Dscsi.h204 int scsi_exec(struct udevice *dev, struct scsi_cmd *cmd);
/openbmc/u-boot/drivers/ata/
H A Dahci.c1211 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function