Lines Matching +full:write +full:- +full:command
4 * SPDX-License-Identifier: Apache-2.0
24 * @brief Write blocks to MMC card from buffer
28 * @param card MMC card to write from
29 * @param wbuf write buffer
30 * @param start_block first block to write to
31 * @param num_blocks number of blocks to write
32 * @retval 0 write succeeded
33 * @retval -EBUSY: card is busy with another request
34 * @retval -ETIMEDOUT: card write timed out
35 * @retval -EIO: I/O error
50 * @retval -EBUSY: card is busy with another request
51 * @retval -ETIMEDOUT: card read timed out
52 * @retval -EIO: I/O error
62 * @param cmd I/O control command
66 * @retval 0 IOCTL command succeeded
67 * @retval -ENOTSUP: IOCTL command not supported
68 * @retval -EIO: I/O failure