Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c203 if (scsi_exec(bdev, pccb)) { in scsi_read()
268 if (scsi_exec(bdev, pccb)) { in scsi_write()
375 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
401 if (scsi_exec(dev, pccb)) in scsi_read_capacity()
508 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
539 if (scsi_exec(dev, pccb)) { in scsi_detect_dev()
H A Dsandbox_scsi.c23 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
H A Dscsi-uclass.c16 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function
/OK3568_Linux_fs/u-boot/include/
H A Dscsi.h209 int scsi_exec(struct udevice *dev, struct scsi_cmd *cmd);
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c1222 int scsi_exec(struct udevice *dev, struct scsi_cmd *pccb) in scsi_exec() function