Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dscsi.h232 int scsi_scan_dev(struct udevice *dev, bool verbose);
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c610 int scsi_scan_dev(struct udevice *dev, bool verbose) in scsi_scan_dev() function
648 ret = scsi_scan_dev(dev, verbose); in scsi_scan()