Lines Matching +full:blocks +full:-
4 * SPDX-License-Identifier: Apache-2.0
24 * @brief Write blocks to MMC card from buffer
26 * Writes blocks from MMC buffer to MMC card. For best performance, this buffer
31 * @param num_blocks number of blocks to write
33 * @retval -EBUSY: card is busy with another request
34 * @retval -ETIMEDOUT: card write timed out
35 * @retval -EIO: I/O error
43 * Reads blocks into MMC buffer from MMC card. For best performance, this buffer
48 * @param num_blocks number of blocks to read
50 * @retval -EBUSY: card is busy with another request
51 * @retval -ETIMEDOUT: card read timed out
52 * @retval -EIO: I/O error
67 * @retval -ENOTSUP: IOCTL command not supported
68 * @retval -EIO: I/O failure