/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 1871 * Returns 0 on success, error on failure. 1894 goto error; in gfx_v6_0_ring_test_ib() 1899 goto error; in gfx_v6_0_ring_test_ib() 1901 goto error; in gfx_v6_0_ring_test_ib() 1909 error: in gfx_v6_0_ring_test_ib()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | sb_edac.c | 254 * FIXME: Implement the error count reads directly 589 /* Memory controller, TAD tables, error injection - 2-8-0, 2-9-0 (2 of these) */ 1021 * On Ivy Bridge, Haswell and Broadwell the error may be in a 2057 * the error is not inside a memory, except for the legacy in get_memory_error_data() 2059 * memory controller would generate an error on that range. in get_memory_error_data() 2570 * returns 0 in case of success or error code 2661 goto error; in sbridge_mci_bind_devs() 2683 error: in sbridge_mci_bind_devs() 2745 goto error; in ibridge_mci_bind_devs() 2768 error in ibridge_mci_bind_devs() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 929 dev_err(dev, "Encoder/decoder error, dec_ret = 0x%08x, status=0x%08x", in mxc_jpeg_dec_irq() 2069 if (ctx->ctrl_handler.error) { in mxc_jpeg_ctrls_setup() 2070 err = ctx->ctrl_handler.error; in mxc_jpeg_ctrls_setup() 2110 goto error; in mxc_jpeg_open() 2133 error: in mxc_jpeg_open()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | hi847.c | 2260 "failed to write reg 0x%4.4x. error = %d", in hi847_write_reg_list() 2544 if (ctrl_hdlr->error) in hi847_init_controls() 2545 return ctrl_hdlr->error; in hi847_init_controls() 2676 goto error; in hi847_resume() 2683 error: in hi847_resume()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 1834 /* Returns an error if scaling to a frame or single field with the given 2614 "PPERR", // parity error (data transfer) 2615 "RIPERR", // parity error (read risc instructions) 2617 "OCERR", // risc instruction error 2618 "SCERR", // syncronisation error 3400 if (hdl->error) { in bttv_probe() 3401 result = hdl->error; in bttv_probe() 3411 if (btv->radio_ctrl_handler.error) { in bttv_probe() 3412 result = btv->radio_ctrl_handler.error; in bttv_probe() 3610 pr_warn("bus_register error in bttv_init_module() [all...] |
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 1795 * @log: Boolean to allow kernel error logging. Normally true, but when 1797 * suppress unnecessary error logging. 1939 * @log: Boolean to allow kernel error logging. Normally true, but when 1941 * suppress unnecessary error logging. 3048 int error; in validate_userspace() local 3050 error = nla_parse_nested_deprecated(a, OVS_USERSPACE_ATTR_MAX, attr, in validate_userspace() 3052 if (error) in validate_userspace() 3053 return error; in validate_userspace()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 1651 "OSS sync error - DMA timeout\n"); in snd_pcm_oss_sync1() 1876 goto error; in snd_pcm_oss_get_formats() 1886 error: in snd_pcm_oss_get_formats() 2749 /* it's for sure, some broken apps don't check for error codes */ in snd_pcm_oss_ioctl() 3051 buffer->error = -ENOMEM; in snd_pcm_oss_proc_write() 3065 buffer->error = -ENOMEM; in snd_pcm_oss_proc_write()
|
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 538 if (c->error) in codeblock() 539 return c->error; in codeblock() 1555 if (arith[i].error) in dirac_unpack_block_motion_data() 1556 return arith[i].error; in dirac_unpack_block_motion_data() 2144 av_log(avctx, AV_LOG_ERROR, "error parsing sequence header"); in dirac_decode_data_unit()
|
/third_party/backends/backend/ |
H A D | kodakaio.c | 220 #include <avahi-common/error.h> 698 /* there seems to be a condition where this returns no error and no data without detecting a timeout in kodakaio_net_read() 717 DBG(1, "net poll error\n"); in kodakaio_net_read() 917 /* If we've encountered another type of error, return */ in k_recv() 1889 /* receive image data + error code */ in k_read() 2420 int error; in kodak_network_discovery() local 2433 client = avahi_client_new(avahi_simple_poll_get(simple_poll), 0, client_callback, simple_poll, &error); in kodak_network_discovery() 2437 DBG(min(1,DBG_AUTO), "Failed to create client: %s\n", avahi_strerror(error)); in kodak_network_discovery()
|
/third_party/mbedtls/library/ |
H A D | aes.c | 23 #include "mbedtls/error.h" 29 #error "MBEDTLS_AES_USE_HARDWARE_ONLY defined, but not all prerequisites" 36 #error "MBEDTLS_PADLOCK_C defined, but not all prerequisites" 39 #error "MBEDTLS_AES_USE_HARDWARE_ONLY cannot be defined when " \ 1857 #error "Unrecognised value for MBEDTLS_AESNI_HAVE_CODE" in mbedtls_aes_self_test()
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 4332 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) 4348 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) 4363 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) 4374 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) 4818 // context-sensitive error message 4835 // no error: return value
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 142 int error; member 272 fprintf(stderr, "fuse internal error: node %llu not found\n", in get_node() 334 fprintf(stderr, "fuse internal error: unable to unhash node: %llu\n", in unhash_name() 2118 dh->error = -ENOMEM; in extend_contents() 2187 dh->error = 0; in readdir_fill() 2196 err = dh->error; in readdir_fill() 2784 if (err >= 0) { /* not an error */ in fuse_lib_ioctl()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 3522 goto error; in tp_pass_sanity_check() 3525 goto error; in tp_pass_sanity_check() 3528 goto error; in tp_pass_sanity_check() 3532 error: in tp_pass_sanity_check()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 705 "internal error: bad type in derived(%d)", in type_difference() 2244 goto error; in evaluate_sizeof() 2249 goto error; in evaluate_sizeof() 2259 goto error; in evaluate_sizeof() 2267 error: in evaluate_sizeof() 2448 * in case of error. Assign types. 2500 err = "internal front-end error: EXPR_POS in"; in check_designators() 3479 expression_error(expr, "internal front-end error: initializer in expression"); in evaluate_expression() 3482 expression_error(expr, "internal front-end error: SLICE re-evaluated"); in evaluate_expression()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativePPC_common.c | 68 # error "Cache flush is not implemented for PowerPC/POWER common mode." in ppc_cache_flush() 86 #error "Please enable GCC syntax for inline assembly statements with -qasm=gcc" in ppc_cache_flush() 88 #error "This platform requires a cache flush implementation." in ppc_cache_flush() 624 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
|
H A D | sljitNativeX86_common.c | 725 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code() 2428 return compiler->error; 2441 return compiler->error; 3298 return compiler->error;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 262 // D3DERR_INVALIDDEVICE, or another error we can't recover in initialize() 2728 angle::Result error = mCompiler.compileToBinary(context, infoLog, shaderHLSL, profile, configs, in compileToExecutable() local 2730 ANGLE_TRY(error); in compileToExecutable() 2733 // executable to NULL and return GL_NO_ERROR to signify that there was a link error but the in compileToExecutable() 2741 error = loadExecutable(context, reinterpret_cast<const uint8_t *>(binary->GetBufferPointer()), in compileToExecutable() 2746 ANGLE_TRY(error); in compileToExecutable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 146 // Note that the spec EGL_create_image spec does not explicitly specify an error in ValidateCreateImageMipLevelCommon() 2018 void ValidationContext::setError(EGLint error) const in setError() 2020 eglThread->setError(error, entryPoint, labeledObject, nullptr); in setError() 2023 void ValidationContext::setError(EGLint error, const char *message...) const in setError() argument 2034 eglThread->setError(error, entryPoint, labeledObject, buffer); in setError() 3016 // error is generated. EGL_KHR_surfaceless_context allows both surfaces to be EGL_NO_SURFACE. in ValidateMakeCurrent() 3038 // EGL_BAD_MATCH error is generated. in ValidateMakeCurrent() 3112 // EGLImage sibling, the error EGL_BAD_ACCESS is generated. in ValidateCreateImage() 3758 // EGL_BAD_DISPLAY seems like a reasonable error. in ValidateCreateImageKHR() 3776 // EGL_BAD_DISPLAY seems like a reasonable error in ValidateDestroyImageKHR() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 933 // Continue and Incomplete are not errors. For Stop, pass the error to the ContextD3D. 1035 if (stream->error()) 1053 if (stream->error()) 1075 if (stream->error()) 1102 if (stream->error()) 1880 // Continue and Incomplete are not errors. For Stop, pass the error to the ContextD3D.
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 106 * resolution and output of error message. 183 * -ENOMEM, not a critical error, just output an generic error in data_reloc_print_warning_inode() 187 "checksum error at logical %llu mirror %u root %llu, inode %llu offset %llu", in data_reloc_print_warning_inode() 201 "checksum error at logical %llu mirror %u root %llu inode %llu offset %llu length %u links %u (path: %s)", in data_reloc_print_warning_inode() 213 "checksum error at logical %llu mirror %u root %llu inode %llu offset %llu, path resolving failed with ret=%d", in data_reloc_print_warning_inode() 221 * Do extra user-friendly error output (e.g. lookup all the affected files). 224 * Return false if such lookup failed, and has to fallback to the old error message. 293 "csum error at logical %llu mirror %u: metadata %s (level %d) in tree %llu", in print_data_reloc_error() 404 * NOTE: caller must ensure that when an error happen [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 1576 goto error; in amdgpu_dm_init() 1596 goto error; in amdgpu_dm_init() 1699 goto error; in amdgpu_dm_init() 1752 goto error; in amdgpu_dm_init() 1760 goto error; in amdgpu_dm_init() 1804 goto error; in amdgpu_dm_init() 1810 goto error; in amdgpu_dm_init() 1817 goto error; in amdgpu_dm_init() 1835 goto error; in amdgpu_dm_init() 1850 goto error; in amdgpu_dm_init() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 352 #error DRX_UCODE_MAX_BUF_SIZE must be an even number 1680 /* at the end, return the first error encountered */ in drxdap_fasi_write_block() 1697 /* at the end, return the first error encountered */ in drxdap_fasi_write_block() 1824 * \retval -EIO Timeout, I2C error, illegal bank 1901 * \retval -EIO Timeout, I2C error, illegal bank 1915 /* No read possible for bank 3, return with error */ in drxj_dap_read_aud_reg16() 2008 * \retval -EIO Timeout, I2C error, illegal bank 2018 /* No write possible for bank 2, return with error */ in drxj_dap_write_aud_reg16() 2098 * \retval -EIO Timeout, I2C error, illegal bank 2147 pr_err("error in drxj_dap_atomic_read_write_block() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 1573 /*If no error encountered, automatically increment the address in chipio_write_data() 1624 /*If no error encountered, automatically increment the address in chipio_read_data() 1695 goto error; in chipio_write_multiple() 1698 error: in chipio_write_multiple() 1948 goto error; in dspio_write() 1953 goto error; in dspio_write() 1958 error: in dspio_write() 2224 * Returns zero or a negative error code. 2755 * Returns zero or a negative error code. 3072 * Returns zero or a negative error cod [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | si.c | 1921 pr_err("smc: error loading firmware \"%s\"\n", fw_name); in si_init_microcode() 6497 goto error; in si_uvd_start() 6502 goto error; in si_uvd_start() 6506 error: in si_uvd_start() 6566 goto error; in si_vce_start() 6571 goto error; in si_vce_start() 6576 goto error; in si_vce_start() 6581 goto error; in si_vce_start() 6585 error: in si_vce_start()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 352 #error DRX_UCODE_MAX_BUF_SIZE must be an even number 1680 /* at the end, return the first error encountered */ in drxdap_fasi_write_block() 1697 /* at the end, return the first error encountered */ in drxdap_fasi_write_block() 1824 * \retval -EIO Timeout, I2C error, illegal bank 1901 * \retval -EIO Timeout, I2C error, illegal bank 1915 /* No read possible for bank 3, return with error */ in drxj_dap_read_aud_reg16() 2008 * \retval -EIO Timeout, I2C error, illegal bank 2018 /* No write possible for bank 2, return with error */ in drxj_dap_write_aud_reg16() 2098 * \retval -EIO Timeout, I2C error, illegal bank 2147 pr_err("error in drxj_dap_atomic_read_write_block() [all...] |