Home
last modified time | relevance | path

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

/external/u-boot/drivers/block/
Dsandbox.c63 static unsigned long host_block_write(struct udevice *dev, function
70 static unsigned long host_block_write(struct blk_desc *block_dev,
185 blk_dev->block_write = host_block_write;
222 .write = host_block_write,