Lines Matching defs:error
77 * -EINVAL based on type of error.
134 * Return: negative error number on failure, 0 otherwise on success after
425 * else returns 0 if none or the corresponding error value.
602 * matching opp if found, else returns ERR_PTR in case of error and should
637 * Return: matching *opp , else returns ERR_PTR in case of error and should be
670 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
697 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
723 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
750 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
773 * matching opp if found, else returns ERR_PTR in case of error and should
795 * to the matching opp if found, else returns ERR_PTR in case of error and
826 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
857 * ERR_PTR in case of error and should be handled using IS_ERR. Error return
1347 * Return: 0 on success, a negative error number otherwise.
1955 * 0: On success. And appropriate error message for duplicate OPPs.
1958 * sure we don't print error messages unnecessarily if different parts of
1961 * should be considered an error by the callers of _opp_add().
2048 /* Don't return error for duplicate OPPs */
3020 * corresponding error value. It is meant to be used for users an OPP available
3039 * 0, else the corresponding error value. It is meant to be a temporary
3058 * Return: 0 on success or a negative error value.
3082 * Return: 0 on success or a negative error value.
3116 int error = PTR_ERR(opp_table);
3118 if (error != -ENODEV)
3122 error);
3144 * Return: 0 on success or a negative error value.