/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 149 * Recoverable errors are DMA Internal error, SOF Early, EOF Early 366 * @err: Whether the descriptor has an error. 1109 * Return: '0' on success and failure value on error 1303 * Return: '0' on success and failure value on error 1321 * Return: '0' on success and failure value on error 1745 * Return: '0' on success and failure value on error 1778 * Return: '0' on success and failure value on error 1886 * An error occurred. If C_FLUSH_ON_FSYNC is enabled and the in xilinx_dma_irq_handler() 1887 * error is recoverable, ignore it. Otherwise flag the error in xilinx_dma_irq_handler() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 116 { NV_ENC_ERR_GENERIC, AVERROR_UNKNOWN, "generic error" }, 135 *desc = "unknown error"; in nvenc_map_error() 2064 goto error; in process_output_surface() 2070 goto error; in process_output_surface() 2082 goto error; in process_output_surface() 2089 goto error; in process_output_surface() 2097 goto error; in process_output_surface() 2107 goto error; in process_output_surface() 2111 goto error; in process_output_surface() 2136 av_log(avctx, AV_LOG_ERROR, "Please report this error an in process_output_surface() [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 32 #include <pulsecore/core-error.h> 891 /* Report error from write call */ in a2dp_transport_write() 1419 DBusError error; in adapter_register_battery_provider() local 1434 dbus_error_init(&error); in adapter_register_battery_provider() 1435 if (!(r = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(a->discovery->connection), m, -1, &error))) { in adapter_register_battery_provider() 1436 if (dbus_error_has_name(&error, DBUS_ERROR_UNKNOWN_METHOD)) in adapter_register_battery_provider() 1440 pa_log_warn(BLUEZ_BATTERY_PROVIDER_MANAGER_INTERFACE ".RegisterBatteryProvider() Failed: %s:%s", error.name, error.message); in adapter_register_battery_provider() 1441 dbus_error_free(&error); in adapter_register_battery_provider() 1454 DBusError error; in adapter_deregister_battery_provider() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 587 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands() 588 return error; in ValidateImageOperands() 610 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands() 1230 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageLod() 1231 return error; in ValidateImageLod() 1349 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageDrefLod() 1350 return error; in ValidateImageDrefLod() 1415 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageFetch() 1416 return error; in ValidateImageFetch() [all...] |
/third_party/python/Objects/ |
H A D | typeobject.c | 663 /* error / reentrance */ in mro_hierarchy() 1791 It's hard to produce a good error message. In the absence of better 1792 insight into error reporting, report the classes that were candidates 2127 - Returns -1 in case of an error. 2604 goto error; in type_new_copy_slots() 2610 goto error; in type_new_copy_slots() 2622 goto error; in type_new_copy_slots() 2631 goto error; in type_new_copy_slots() 2643 error: in type_new_copy_slots() 3153 goto error; in type_new_init() 3758 find_name_in_mro(PyTypeObject *type, PyObject *name, int *error) find_name_in_mro() argument 3817 int error; _PyType_Lookup() local 8372 int error; update_one_slot() local [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | nbpfaxi.c | 361 static struct nbpf_channel *nbpf_error_get_channel(struct nbpf_device *nbpf, u32 error) in nbpf_error_get_channel() argument 363 return nbpf->chan + __ffs(error); in nbpf_error_get_channel() 1227 u32 error = nbpf_error_get(nbpf); in nbpf_err_irq() local 1229 dev_warn(nbpf->dma_dev.dev, "DMA error IRQ %u\n", irq); in nbpf_err_irq() 1231 if (!error) in nbpf_err_irq() 1235 struct nbpf_channel *chan = nbpf_error_get_channel(nbpf, error); in nbpf_err_irq() 1236 /* On error: abort all queued transfers, no callback */ in nbpf_err_irq() 1239 error = nbpf_error_get(nbpf); in nbpf_err_irq() 1240 } while (error); in nbpf_err_irq() 1301 int irqbuf[9] /* maximum 8 channels + error IR in nbpf_probe() [all...] |
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | command_submission.c | 52 if (fence->error == -EBUSY) in hl_fence_release() 104 fence->error = 0; in hl_fence_init() 348 /* We need to mark an error for not submitted because in that case in cs_do_release() 353 cs->fence->error = -ETIMEDOUT; in cs_do_release() 355 cs->fence->error = -EIO; in cs_do_release() 357 cs->fence->error = -EBUSY; in cs_do_release() 741 "Failed to submit CS %d.%llu to H/W queues, error %d\n", in cs_ioctl_default() 972 "Failed to submit CS %d.%llu to H/W queues, error %d\n", in cs_ioctl_signal_wait() 1189 if (fence->error == -ETIMEDOUT) in _hl_cs_wait_ioctl() 1191 else if (fence->error in _hl_cs_wait_ioctl() [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-omap.c | 356 int error; in omap_i2c_init() local 376 error = PTR_ERR(fclk); in omap_i2c_init() 377 dev_err(omap->dev, "could not get fck: %i\n", error); in omap_i2c_init() 379 return error; in omap_i2c_init() 415 error = PTR_ERR(fclk); in omap_i2c_init() 416 dev_err(omap->dev, "could not get fck: %i\n", error); in omap_i2c_init() 418 return error; in omap_i2c_init() 764 /* We have an error */ in omap_i2c_xfer_msg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 116 int error; member 136 int ret = dsi->error; in nwl_dsi_clear_error() 138 dsi->error = 0; in nwl_dsi_clear_error() 146 if (dsi->error) in nwl_dsi_write() 154 dsi->error = ret; in nwl_dsi_write() 163 if (dsi->error) in nwl_dsi_read() 170 dsi->error = ret; in nwl_dsi_read() 431 DRM_DEV_ERROR(dev, "[%02X] DSI error report: 0x%02x\n", in nwl_dsi_read_packet()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispvideo.c | 355 * error. We don't need to take any lock here as the operation is in isp_video_buffer_prepare() 357 * queue handler, which can't return an error, this check is just a best in isp_video_buffer_prepare() 360 if (unlikely(video->error)) in isp_video_buffer_prepare() 400 if (unlikely(video->error)) { in isp_video_buffer_queue() 439 * The buffer state should be VB2_BUF_STATE_QUEUED if called due to an error 505 * error has been flagged in the pipeline, or to VB2_BUF_STATE_ERROR otherwise. 551 if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && pipe->error) { in omap3isp_video_buffer_next() 553 pipe->error = false; in omap3isp_video_buffer_next() 609 video->error = true; in omap3isp_video_cancel_stream() 1134 pipe->error in isp_video_streamon() [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sunxi-mmc.c | 213 #define SDXC_IDMAC_DES0_CES BIT(30) /* card error summary */ 517 mrq->cmd->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 520 data->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 525 mrq->stop->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 592 /* Don't wait for dma on error */ in sunxi_mmc_irq() 635 dev_err(mmc_dev(host->mmc), "data error, sending stop command\n"); in sunxi_mmc_handle_manual_stop() 793 "error setting new timing mode\n"); in sunxi_mmc_clk_set_rate() 800 dev_err(mmc_dev(mmc), "error rounding clk to %d: %ld\n", in sunxi_mmc_clk_set_rate() 810 dev_err(mmc_dev(mmc), "error setting clk to %ld: %d\n", in sunxi_mmc_clk_set_rate() 1017 mrq->cmd->error in sunxi_mmc_request() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 301 u32 error_id; /* type of error */ 307 u32 data1; /* error-specific data */ 308 u32 data2; /* error-specific data */ 309 u32 data3; /* error-specific data */ 348 u32 error_id; /* type of error */ 354 u32 data1; /* error-specific data */ 355 u32 data2; /* error-specific data */ 356 u32 data3; /* error-specific data */ 395 * UMAC error struct - relevant starting from family 8000 chip. 403 u32 error_id; /* type of error */ 554 u32 error; iwl_mvm_dump_iml_error_log() local 858 bool error; global() member [all...] |
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | lba_pci.c | 206 /* Save contents of error config register. */ \ 258 * -- Can't tell if config cycle got the error. 261 * LBA_ERROR_LOG_ADDR to tell if error belongs to config cycle. 263 * As of rev 4.0, no longer need the error check. 266 * for **ANY** error (not just master abort). 272 * we could be clearing a fatal error. We will 283 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ 295 error = 1; \ 298 * Clear error status (if fatal bit not set) by setting \ 299 * clear error lo 340 int error = 0; lba_rd_cfg() local 407 int error = 0; lba_wr_cfg() local [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | xdomain.c | 204 const struct tb_xdp_error_response *error; in tb_xdp_handle_error() local 209 error = (const struct tb_xdp_error_response *)hdr; in tb_xdp_handle_error() 211 switch (error->error) { in tb_xdp_handle_error() 271 enum tb_xdp_error error) in tb_xdp_error_response() 278 res.error = error; in tb_xdp_error_response() 1398 * Return: %0 in case of success and negative errno in case of error 1434 * Return: %0 in case of success and negative errno in case of error 270 tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, enum tb_xdp_error error) tb_xdp_error_response() argument
|
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | amdtp-stream.c | 466 dev_err(&s->unit->device, "queueing error: %d\n", err); in queue_packet() 978 goto error; in irq_target_callback() 984 goto error; in irq_target_callback() 989 error: in irq_target_callback() 1448 goto error; in amdtp_domain_start() 1486 goto error; in amdtp_domain_start() 1500 goto error; in amdtp_domain_start() 1503 error: in amdtp_domain_start()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 158 goto error; in perf_pmu__parse_scale() 162 goto error; in perf_pmu__parse_scale() 170 error: in perf_pmu__parse_scale() 189 goto error; in perf_pmu__parse_unit() 199 error: in perf_pmu__parse_unit() 1065 goto error; in pmu_formats_string() 1068 error: in pmu_formats_string() 1701 return 0; /* no error if caps does not exist */ in perf_pmu__caps_parse()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pagelist.c | 80 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos) in nfs_set_pgio_error() argument 84 trace_nfs_pgio_error(hdr, error, pos); in nfs_set_pgio_error() 89 hdr->error = error; in nfs_set_pgio_error() 176 * returns 0 on success, < 0 on error. 198 * On error, it returns with the page group unlocked. 253 * return 0 on success, < 0 on error 289 * return 0 on success, < 0 on error 794 * nfs_pgio_error - Clean up from a pageio error 864 * nfs_pgio_result - Basic pageio error handlin 1132 int error = desc->pg_ops->pg_doio(desc); nfs_pageio_doio() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_hdcp.c | 180 pr_err("%s: error: scm_call ret=%d resp=%u\n", in msm_hdmi_hdcp_scm_wr() 768 pr_err("%s: read bcaps error, abort\n", __func__); in msm_hdmi_hdcp_auth_part1_key_exchange() 877 goto error; in msm_hdmi_hdcp_recv_check_bstatus() 895 goto error; in msm_hdmi_hdcp_recv_check_bstatus() 907 goto error; in msm_hdmi_hdcp_recv_check_bstatus() 919 goto error; in msm_hdmi_hdcp_recv_check_bstatus() 922 error: in msm_hdmi_hdcp_recv_check_bstatus() 969 pr_err("%s: bstatus error\n", __func__); in msm_hdmi_hdcp_auth_part2_wait_ksv_fifo_ready() 1014 goto error; in msm_hdmi_hdcp_transfer_v_h() 1023 error in msm_hdmi_hdcp_transfer_v_h() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 203 return hdl->error; in pwc_init_controls() 229 return hdl->error; in pwc_init_controls() 252 return hdl->error; in pwc_init_controls() 298 return hdl->error; in pwc_init_controls() 368 return hdl->error; in pwc_init_controls() 374 return hdl->error; in pwc_init_controls() 383 return hdl->error; in pwc_init_controls() 578 PWC_ERROR("g_ctrl %s error %d\n", ctrl->name, ret); in pwc_g_volatile_ctrl() 862 PWC_ERROR("s_ctrl %s error %d\n", ctrl->name, ret); in pwc_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-sysfs.c | 910 * On error unwind, but don't propagate the error to the caller 915 int error; in pci_create_legacy_files() local 930 error = device_create_bin_file(&b->dev, b->legacy_io); in pci_create_legacy_files() 931 if (error) in pci_create_legacy_files() 942 error = device_create_bin_file(&b->dev, b->legacy_mem); in pci_create_legacy_files() 943 if (error) in pci_create_legacy_files() 1325 goto error; in pci_create_capabilities_sysfs() 1329 error: in pci_create_capabilities_sysfs()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | dir.c | 128 * '\0'. On error, -errno is returned. 216 * '\0'. On error, -errno is returned. 265 pr_cont("(error)"); in pr_cont_kernfs_path() 1341 * error paths without worrying about draining. in __kernfs_remove() 1562 int error; in kernfs_rename_ns() local 1570 error = -ENOENT; in kernfs_rename_ns() 1575 error = 0; in kernfs_rename_ns() 1580 error = -EEXIST; in kernfs_rename_ns() 1586 error = -ENOMEM; in kernfs_rename_ns() 1620 error in kernfs_rename_ns() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sunxi-mmc.c | 214 #define SDXC_IDMAC_DES0_CES BIT(30) /* card error summary */ 522 mrq->cmd->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 525 data->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 530 mrq->stop->error = -ETIMEDOUT; in sunxi_mmc_finalize_request() 597 /* Don't wait for dma on error */ in sunxi_mmc_irq() 640 dev_err(mmc_dev(host->mmc), "data error, sending stop command\n"); in sunxi_mmc_handle_manual_stop() 798 "error setting new timing mode\n"); in sunxi_mmc_clk_set_rate() 805 dev_err(mmc_dev(mmc), "error rounding clk to %d: %ld\n", in sunxi_mmc_clk_set_rate() 815 dev_err(mmc_dev(mmc), "error setting clk to %ld: %d\n", in sunxi_mmc_clk_set_rate() 1022 mrq->cmd->error in sunxi_mmc_request() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 203 return hdl->error; in pwc_init_controls() 229 return hdl->error; in pwc_init_controls() 252 return hdl->error; in pwc_init_controls() 298 return hdl->error; in pwc_init_controls() 368 return hdl->error; in pwc_init_controls() 374 return hdl->error; in pwc_init_controls() 383 return hdl->error; in pwc_init_controls() 578 PWC_ERROR("g_ctrl %s error %d\n", ctrl->name, ret); in pwc_g_volatile_ctrl() 862 PWC_ERROR("s_ctrl %s error %d\n", ctrl->name, ret); in pwc_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 348 * error. We don't need to take any lock here as the operation is in isp_video_buffer_prepare() 350 * queue handler, which can't return an error, this check is just a best in isp_video_buffer_prepare() 353 if (unlikely(video->error)) in isp_video_buffer_prepare() 393 if (unlikely(video->error)) { in isp_video_buffer_queue() 432 * The buffer state should be VB2_BUF_STATE_QUEUED if called due to an error 498 * error has been flagged in the pipeline, or to VB2_BUF_STATE_ERROR otherwise. 544 if (video->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && pipe->error) { in omap3isp_video_buffer_next() 546 pipe->error = false; in omap3isp_video_buffer_next() 602 video->error = true; in omap3isp_video_cancel_stream() 1129 pipe->error in isp_video_streamon() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pagelist.c | 119 void nfs_set_pgio_error(struct nfs_pgio_header *hdr, int error, loff_t pos) in nfs_set_pgio_error() argument 123 trace_nfs_pgio_error(hdr, error, pos); in nfs_set_pgio_error() 128 hdr->error = error; in nfs_set_pgio_error() 215 * returns 0 on success, < 0 on error. 237 * On error, it returns with the page group unlocked. 292 * return 0 on success, < 0 on error 327 * return 0 on success, < 0 on error 888 * nfs_pgio_error - Clean up from a pageio error 959 * nfs_pgio_result - Basic pageio error handlin 1250 int error = desc->pg_ops->pg_doio(desc); nfs_pageio_doio() local [all...] |