Lines Matching full:read
60 /** \brief Common code for async read / write
62 @param[in] is_read Read or write selector.
63 @param[in,out] buffer Pointer to the buffer for read / write.
64 @param[in] bytes_to_transfer Number of bytes to be read / written.
65 @param[out] bytes_transferred Number of bytes read / written. Can be NULL.
82 /** \brief Common code for sync read / write
84 @param[in] is_read Read or write selector.
85 @param[in,out] buffer Pointer to the buffer for read / write.
86 @param[in] bytes_to_transfer Number of bytes to be read / written.
87 @param[out] bytes_transferred Number of bytes read / written. Can be NULL.
116 @param[in] bytes_to_read Number of bytes to be read.
117 @param[out] bytes_read Number of bytes read. Can be NULL.
156 @param[in] bytes_to_read Number of bytes to be read.
157 @param[out] bytes_read Number of bytes read. Can be NULL.