Lines Matching full:when
34 * @retval -EALREADY when the instance is already opened.
46 * @retval -EALREADY when the instance is not already inited.
61 * @retval -EINVAL when instance is invalid.
62 * @retval -ENOENT when the endpoint is not registered with the instance.
63 * @retval -EBADMSG when the message is invalid.
64 * @retval -EBUSY when the instance is busy or not ready.
65 * @retval -ENOMEM when no memory / buffers are available.
80 * @retval -EINVAL when the endpoint configuration or instance is invalid.
81 * @retval -EBUSY when the instance is busy or not ready.
96 * @retval -EINVAL when the endpoint configuration or instance is invalid.
97 * @retval -ENOENT when the endpoint is not registered with the instance.
98 * @retval -EBUSY when the instance is busy or not ready.
111 * @retval -EINVAL when instance is invalid.
112 * @retval -ENOENT when the endpoint is not registered with the instance.
113 * @retval -ENOTSUP when the operation is not supported.
129 * @retval -EINVAL when instance is invalid.
130 * @retval -ENOENT when the endpoint is not registered with the instance.
131 * @retval -ENOTSUP when the operation or the timeout is not supported.
132 * @retval -ENOBUFS when there are no TX buffers available.
133 * @retval -EALREADY when a buffer was already claimed and not yet released.
134 * @retval -ENOMEM when the requested size is too big (and the size parameter
150 * @retval -EINVAL when instance is invalid.
151 * @retval -ENOENT when the endpoint is not registered with the instance.
152 * @retval -ENOTSUP when this function is not supported.
153 * @retval -EALREADY when the buffer was already dropped.
163 * the endpoint when the TX buffer has been obtained using @ref
171 * @retval -EINVAL when instance is invalid.
172 * @retval -ENOENT when the endpoint is not registered with the instance.
173 * @retval -EBADMSG when the data is invalid (i.e. invalid data format,
175 * @retval -EBUSY when the instance is busy or not ready.
190 * @retval -EINVAL when instance is invalid.
191 * @retval -ENOENT when the endpoint is not registered with the instance.
192 * @retval -EALREADY when the buffer data has been already hold.
193 * @retval -ENOTSUP when this function is not supported.
208 * @retval -EINVAL when instance is invalid.
209 * @retval -ENOENT when the endpoint is not registered with the instance.
210 * @retval -EALREADY when the buffer data has been already released.
211 * @retval -ENOTSUP when this function is not supported.