/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss.c | 380 * subdev start error. 526 * when a fatal error that prevents any further operation on the pipeline 855 * Return a pointer to the ISS device structure, or NULL if an error occurred. 1085 * return negative error code or zero on success 1230 goto error; in iss_probe() 1236 goto error; in iss_probe() 1240 goto error; in iss_probe() 1244 goto error; in iss_probe() 1320 error: in iss_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-uniphier.c | 32 int error; member 223 priv->error = 0; in uniphier_spi_setup_transfer() 495 return priv->error; in uniphier_spi_transfer_one_irq() 611 priv->error = -EIO; in uniphier_spi_handler() 623 priv->error = -EIO; in uniphier_spi_handler()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | sdio.c | 403 data->error = ret; in gb_sdio_transfer() 492 cmd->error = ret; in gb_sdio_command() 518 mrq->cmd->error = -ESHUTDOWN; in gb_sdio_mrq_work() 569 mrq->cmd->error = -ESHUTDOWN; in gb_mmc_request() 573 mrq->cmd->error = -ENOMEDIUM; in gb_mmc_request()
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 399 * Return: 0 on success or the proper error code 432 * Return: 0 on success or the proper error code 491 * Return: 0 on success or the proper error code 522 * Return: 0 on success or the proper error code 560 * Return: 0 on success or the proper error code 607 int error; in ti_bandgap_force_single_read() local 623 error = readl_poll_timeout_atomic(temp_sensor_ctrl, val, in ti_bandgap_force_single_read() 626 if (error) in ti_bandgap_force_single_read() 634 error = readl_poll_timeout_atomic(temp_sensor_ctrl, val, in ti_bandgap_force_single_read() 637 if (error) in ti_bandgap_force_single_read() [all...] |
/kernel/linux/linux-6.6/drivers/block/rnbd/ |
H A D | rnbd-srv.c | 408 int error; in rnbd_sess_dev_alloc() local 414 error = xa_alloc(&srv_sess->index_idr, &sess_dev->device_id, sess_dev, in rnbd_sess_dev_alloc() 416 if (error < 0) { in rnbd_sess_dev_alloc() 417 pr_warn("Allocating idr failed, err: %d\n", error); in rnbd_sess_dev_alloc() 419 return ERR_PTR(error); in rnbd_sess_dev_alloc()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | dmi_scan.c | 680 goto error; in dmi_scan_machine() 690 goto error; in dmi_scan_machine() 698 goto error; in dmi_scan_machine() 709 goto error; in dmi_scan_machine() 745 error: in dmi_scan_machine() 771 * even after farther error, as it can be used by other modules like in dmi_init() 1083 * or a different negative error code if DMI field is not present 1105 * or a different negative error code if DMI walking fails.
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | usb-dmac.c | 807 goto error; in usb_dmac_probe() 816 goto error; in usb_dmac_probe() 823 goto error; in usb_dmac_probe() 849 goto error; in usb_dmac_probe() 854 error: in usb_dmac_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 241 case 0: /* Completed without error */ in nx842_validate_result() 261 dev_dbg(dev, "%s: Unspecified error (code:%d)\n", in nx842_validate_result() 268 dev_err(dev, "%s: No error returned by hardware, but " in nx842_validate_result() 287 * compressed data. If there is an error then @outlen will be 0 and an 288 * error will be specified by the return code from this function. 301 * -EIO Internal error 380 /* Check for pHyp error */ in nx842_pseries_compress() 382 dev_dbg(dev, "%s: vio_h_cop_sync error (ret=%d, hret=%ld)\n", in nx842_pseries_compress() 388 /* Check for hardware error */ in nx842_pseries_compress() 416 * If there is an error the [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_mc.c | 370 goto error; in edac_mc_alloc() 374 goto error; in edac_mc_alloc() 389 goto error; in edac_mc_alloc() 392 goto error; in edac_mc_alloc() 398 error: in edac_mc_alloc() 599 /* FIXME - should a warning be printed if no error detection? correction? */ 643 /* set load time so that error rate can be tracked */ in edac_mc_add_mc_with_groups() 730 /* ECC error page was not in our memory. Ignore it. */ in edac_mc_scrub_block() 787 "could not look up page error address %lx\n", in edac_mc_find_csrow_by_page() 928 /* Report the error vi in edac_raw_mc_handle_error() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 783 goto error; in mxc_isi_pipe_init() 787 goto error; in mxc_isi_pipe_init() 795 goto error; in mxc_isi_pipe_init() 802 goto error; in mxc_isi_pipe_init() 807 error: in mxc_isi_pipe_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | init.c | 365 goto error; in mt7996_register_phy() 389 goto error; in mt7996_register_phy() 394 goto error; in mt7996_register_phy() 398 goto error; in mt7996_register_phy() 402 error: in mt7996_register_phy()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | usb.c | 585 int error; in rtw_usb_rx_resubmit() local 596 error = usb_submit_urb(rxcb->rx_urb, GFP_ATOMIC); in rtw_usb_rx_resubmit() 597 if (error) { in rtw_usb_rx_resubmit() 599 if (error != -ENODEV) in rtw_usb_rx_resubmit() 601 error); in rtw_usb_rx_resubmit()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | smm.c | 308 goto error; in enter_smm() 313 goto error; in enter_smm() 336 goto error; in enter_smm() 366 goto error; in enter_smm() 372 error: in enter_smm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_disp.c | 985 * Return: 0 on success, or the DMA descriptor failure error otherwise 1077 * Return: 0 on success, or the DMA channel request error otherwise 1111 * Return: 0 on success, or the DMA channel request error otherwise 1194 * Return: 0 on success, or a negative error clock otherwise 1243 goto error; in zynqmp_disp_probe() 1249 goto error; in zynqmp_disp_probe() 1255 goto error; in zynqmp_disp_probe() 1260 goto error; in zynqmp_disp_probe() 1273 error: in zynqmp_disp_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 69 * @error_mutex: Mutex to serialize the work queue error handling. 72 * @work: A struct work_struct implementeing command buffer error handling. 77 * @error: List of command buffers that have caused device errors. 117 struct list_head error; member 374 * buffers. Typically freeing them, but on preemption or error take 399 WARN_ONCE(true, "Command buffer error.\n"); in vmw_cmdbuf_ctx_process() 401 list_add_tail(&entry->list, &man->error); in vmw_cmdbuf_ctx_process() 409 WARN_ONCE(true, "Command buffer header error.\n"); in vmw_cmdbuf_ctx_process() 509 * Restarting the command buffer context after an error requires process 529 list_for_each_entry_safe(entry, next, &man->error, lis in vmw_cmdbuf_work_func() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | zforce_ts.c | 151 dev_err(&client->dev, "i2c send data request error: %d\n", ret); in zforce_command() 188 dev_err(&client->dev, "i2c send data request error: %d\n", ret); in zforce_send_wait() 220 dev_err(&client->dev, "i2c send data request error: %d\n", ret); in zforce_command_wait() 283 goto error; in zforce_start() 290 goto error; in zforce_start() 296 goto error; in zforce_start() 303 goto error; in zforce_start() 314 error: in zforce_start() 426 dev_err(&client->dev, "error reading header: %d\n", ret); in zforce_read_packet() 446 dev_err(&client->dev, "error readin in zforce_read_packet() [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | writeback.c | 67 * First, the error (number of sectors that are dirty beyond our in __update_writeback_rate() 68 * target) is calculated. The error is accumulated (numerically in __update_writeback_rate() 79 * of the error is accumulated in the integral term per second. in __update_writeback_rate() 85 int64_t error = dirty - target; in __update_writeback_rate() local 87 div_s64(error, dc->writeback_rate_p_term_inverse); in __update_writeback_rate() 129 if ((error < 0 && dc->writeback_rate_integral > 0) || in __update_writeback_rate() 130 (error > 0 && time_before64(local_clock(), in __update_writeback_rate() 142 dc->writeback_rate_integral += error * in __update_writeback_rate() 489 * XXX: if we error, background writeback just spins. Should use some in read_dirty()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctdaio.c | 547 goto error; in get_daio_rsc() 552 goto error; in get_daio_rsc() 559 goto error; in get_daio_rsc() 564 goto error; in get_daio_rsc() 575 error: in get_daio_rsc()
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | oradax.c | 92 #define CCA_ERR_SUCCESS 0x0 /* no error */ 94 #define CCA_ERR_DECODE 0x2 /* CCB decode error */ 98 #define CCA_ERR_ADI 0x9 /* ADI error */ 99 #define CCA_ERR_DATA_FMT 0xA /* data format error */ 100 #define CCA_ERR_OTHER_NO_RETRY 0xE /* Other error, do not retry */ 101 #define CCA_ERR_OTHER_RETRY 0xF /* Other error, retry */ 177 u8 err; /* user visible error notification */ 446 * context. On error, return the offending address in in dax_lock_pages() 454 goto error; in dax_lock_pages() 464 goto error; in dax_lock_pages() [all...] |
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 289 * or <0 on error 390 goto error; in wssh_connect() 396 goto error; in wssh_connect() 402 goto error; in wssh_connect() 412 goto error; in wssh_connect() 426 error: in wssh_connect() 498 failf(data, "wolfssh SFTP connect error %d", rc); in wssh_statemach_act() 798 at the time the error occurs */ in wssh_statemach_act() 909 /* if there's no error, it isn't done and it didn't EWOULDBLOCK, then in wssh_multi_statemach() 968 sshc->actualcode = CURLE_OK; /* reset error cod in wssh_do() [all...] |
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 143 * @return 0 on success, negative on error 341 goto error; in resample_init() 354 goto error; in resample_init() 356 goto error; in resample_init() 363 goto error; in resample_init() 378 error: in resample_init()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslScanContext.cpp | 93 // this is really an error, as this should called only once per process in fillInKeywordMap() 600 parseContext.error(loc, "illegal use of escape character", "\\", ""); in tokenizeClass() 655 parseContext.error(loc, "unexpected token", buf, ""); in tokenizeClass() 657 parseContext.error(loc, "unexpected token", tokenText, ""); in tokenizeClass() 659 parseContext.error(loc, "unexpected token", "", ""); in tokenizeClass() 1053 // Give an error for use of a reserved symbol. 1059 parseContext.error(loc, "Reserved word.", tokenText, "", ""); in reservedWord()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 158 #error Maximum digits mismatch 161 #error Maximum exponent mismatch 164 #error Minimum exponent mismatch 218 #error DECDPUN must be in the range 1-9 727 #error decNumberLocal included more than once
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_reg_offset.c | 334 #error Port me 384 #error Port me 552 #error Fix me 723 # error "Unsupported address size" 758 # error Fix me.
|
/third_party/mbedtls/library/ |
H A D | sha256.c | 57 #include "mbedtls/error.h" 72 # error "Target does not support NEON instructions" 84 # error "Must use minimum -march=armv8-a+crypto for MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_*" 90 # error "A more recent Clang is required for MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_*" 99 # error "A more recent GCC is required for MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_*" 106 # error "Only GCC and Clang supported for MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_*"
|