Searched refs:attach_file (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dsandbox_host.h29 * @attach_file: - Attach a new file to the device
31 * @attach_file.dev: Device to update
32 * @attach_file.filename: Name of the file, e.g. "/path/to/disk.img"
33 * @attach_file.Returns: 0 if OK, -EEXIST if a file is already attached, other -ve on
36 int (*attach_file)(struct udevice *dev, const char *filename); member in struct:host_ops
/u-boot/drivers/block/
H A Dhost-uclass.c99 if (!ops->attach_file)
102 return ops->attach_file(dev, filename);
H A Dhost_dev.c133 .attach_file = host_sb_attach_file,

Completed in 43 milliseconds