/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | mr97310a.c | 203 int err_code; in cam_get_response16() local 207 if (err_code < 0) in cam_get_response16() 208 return err_code; in cam_get_response16() 211 if (err_code < 0) in cam_get_response16() 212 return err_code; in cam_get_response16() 227 int err_code; in zero_the_pointer() local 232 if (err_code < 0) in zero_the_pointer() 343 int err_code; in sd_config() local 489 int err_code; in start_cif_cam() local 591 int err_code; in start_vga_cam() local [all …]
|
A D | sn9c2028.c | 151 int err_code; in sn9c2028_short_command() local 154 if (err_code < 0) in sn9c2028_short_command() 155 return err_code; in sn9c2028_short_command() 157 err_code = sn9c2028_read1(gspca_dev); in sn9c2028_short_command() 158 if (err_code < 0) in sn9c2028_short_command() 159 return err_code; in sn9c2028_short_command() 230 int i, err_code = -1; in run_start_commands() local 247 if (err_code < 0) in run_start_commands() 248 return err_code; in run_start_commands() 805 int err_code; in sd_start() local [all …]
|
/linux-6.3-rc2/drivers/platform/x86/intel/ifs/ |
A D | load.c | 97 u32 err_code; in copy_hashes_authenticate_chunks() local 107 err_code = hashes_status.error_code; in copy_hashes_authenticate_chunks() 111 if (err_code >= ARRAY_SIZE(scan_hash_status)) { in copy_hashes_authenticate_chunks() 112 dev_err(dev, "invalid error code 0x%x for hash copy\n", err_code); in copy_hashes_authenticate_chunks() 115 dev_err(dev, "Hash copy error : %s", scan_hash_status[err_code]); in copy_hashes_authenticate_chunks() 131 err_code = chunk_status.error_code; in copy_hashes_authenticate_chunks() 133 if (err_code) { in copy_hashes_authenticate_chunks() 135 if (err_code >= ARRAY_SIZE(scan_authentication_status)) { in copy_hashes_authenticate_chunks() 137 "invalid error code 0x%x for authentication\n", err_code); in copy_hashes_authenticate_chunks() 141 scan_authentication_status[err_code]); in copy_hashes_authenticate_chunks()
|
A D | runtest.c | 108 enum ifs_status_err_code err_code = status.error_code; in can_restart() local 114 switch (err_code) { in can_restart()
|
/linux-6.3-rc2/drivers/base/firmware_loader/ |
A D | sysfs_upload.c | 46 enum fw_upload_err err_code) in fw_upload_error() argument 50 if (err_code < FW_UPLOAD_ERR_MAX) in fw_upload_error() 51 error = fw_upload_err_str[err_code]; in fw_upload_error() 54 err_code); in fw_upload_error() 78 else if (!fwlp->err_code) in error_show() 83 fw_upload_error(dev, fwlp->err_code)); in error_show() 143 enum fw_upload_err err_code) in fw_upload_set_error() argument 147 fwlp->err_code = err_code; in fw_upload_set_error() 252 fwlp->err_code = 0; in fw_upload_start() 332 fw_upload_priv->err_code = 0; in firmware_upload_register()
|
A D | sysfs_upload.h | 38 enum fw_upload_err err_code; /* security manager error code */ member
|
/linux-6.3-rc2/drivers/dma/qcom/ |
A D | hidma_ll.c | 100 enum err_code { enum 161 tre->err_code = 0; in hidma_ll_request() 189 u8 err_code) in hidma_post_completed() argument 222 tre->err_code = err_code; in hidma_post_completed() 240 u32 err_info, err_code, evre_write_off; in hidma_handle_tre_completion() local 264 err_code = in hidma_handle_tre_completion() 304 u8 err_code) in hidma_cleanup_pending_tre() argument 537 tre->err_code = 0; in hidma_ll_queue_request() 839 u8 err_code; in hidma_ll_status() local 844 err_code = tre->err_code; in hidma_ll_status() [all …]
|
A D | hidma.h | 42 u8 err_code; /* completion code */ member 157 u8 err_code);
|
/linux-6.3-rc2/lib/zstd/common/ |
A D | error_private.h | 133 size_t const err_code = (err); \ 134 if (ERR_isError(err_code)) { \ 136 __FILE__, __LINE__, ERR_QUOTE(err), ERR_getErrorName(err_code)); \ 140 return err_code; \
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | iwpm_msg.c | 420 nlmsg_request->err_code = IWPM_USER_LIB_INFO_ERR; in iwpm_register_pid_cb() 488 nlmsg_request->err_code = IWPM_USER_LIB_INFO_ERR; in iwpm_add_mapping_cb() 494 nlmsg_request->err_code = IWPM_USER_LIB_INFO_ERR; in iwpm_add_mapping_cb() 545 u16 err_code; in iwpm_add_and_query_mapping_cb() local 571 if (err_code == IWPM_REMOTE_QUERY_REJECT) { in iwpm_add_and_query_mapping_cb() 579 nlmsg_request->err_code = IWPM_USER_LIB_INFO_ERR; in iwpm_add_and_query_mapping_cb() 586 nlmsg_request->err_code = IWPM_USER_LIB_INFO_ERR; in iwpm_add_and_query_mapping_cb() 782 u16 err_code; in iwpm_mapping_error_cb() local 790 err_code = nla_get_u16(nltb[IWPM_NLA_ERR_CODE]); in iwpm_mapping_error_cb() 792 __func__, msg_seq, err_code, nl_client); in iwpm_mapping_error_cb() [all …]
|
/linux-6.3-rc2/drivers/scsi/bnx2i/ |
A D | 57xx_iscsi_hsi.h | 36 u8 err_code; member 40 u8 err_code; member 164 u8 err_code; member 168 u8 err_code; member 348 u8 err_code; member 352 u8 err_code; member 933 u8 err_code; member 937 u8 err_code; member 1063 u8 err_code; member 1067 u8 err_code; member [all …]
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-wqe.h | 169 uint64_t err_code:8; member 171 uint64_t err_code:8; 218 uint64_t err_code:8; member 220 uint64_t err_code:8; 379 uint64_t err_code:8; member 381 uint64_t err_code:8;
|
/linux-6.3-rc2/include/linux/ |
A D | kgdb.h | 175 kgdb_arch_handle_exception(int vector, int signo, int err_code, 331 kgdb_handle_exception(int ex_vector, int signo, int err_code, 334 extern int kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code,
|
/linux-6.3-rc2/kernel/debug/kdb/ |
A D | kdb_debugger.c | 72 if (ks->err_code == KDB_REASON_SYSTEM_NMI && ks->signo == SIGTRAP) in kdb_stub() 121 if (ks->err_code == DIE_OOPS || reason == KDB_REASON_OOPS) { in kdb_stub() 135 ks->err_code, db_result, ks->linux_regs); in kdb_stub()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | advansys.c | 489 ushort err_code; member 3184 v->err_code); in asc_prt_asc_board_info() 3323 v->err_code); in asc_prt_adv_board_info() 6160 asc_dvc->err_code = err_code; in AscSetLibErrorCode() 6162 err_code); in AscSetLibErrorCode() 6164 return err_code; in AscSetLibErrorCode() 8381 int ret, err_code; in asc_execute_scsi_cmnd() local 8398 err_code = asc_dvc->err_code; in asc_execute_scsi_cmnd() 8424 err_code = adv_dvc->err_code; in asc_execute_scsi_cmnd() 10680 err_code = adv_dvc->err_code; in advansys_wide_init_chip() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | verbs.c | 808 int err_code; in irdma_create_qp() local 819 if (err_code) in irdma_create_qp() 861 if (err_code) in irdma_create_qp() 958 if (err_code) in irdma_create_qp() 1978 int err_code; in irdma_create_cq() local 1982 if (err_code) in irdma_create_cq() 1991 if (err_code) in irdma_create_cq() 2131 if (err_code) in irdma_create_cq() 2496 int err_code; in irdma_alloc_mw() local 2600 int err_code; in irdma_alloc_mr() local [all …]
|
/linux-6.3-rc2/lib/ |
A D | test_firmware.c | 123 enum fw_upload_err err_code; member 1101 tst->inject.err_code = err; in upload_err_inject_error() 1158 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare() 1162 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_prepare() 1165 ret = tst->inject.err_code; in test_fw_upload_prepare() 1172 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare() 1194 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_write() 1201 return tst->inject.err_code; in test_fw_upload_write() 1212 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_complete() 1219 return tst->inject.err_code; in test_fw_upload_complete() [all …]
|
/linux-6.3-rc2/drivers/staging/octeon/ |
A D | ethernet-rx.c | 72 if ((work->word2.snoip.err_code == 10) && (work->word1.len <= 64)) in cvm_oct_check_rcv_error() 81 if (work->word2.snoip.err_code == 5 || in cvm_oct_check_rcv_error() 82 work->word2.snoip.err_code == 7) { in cvm_oct_check_rcv_error() 137 port, work->word2.snoip.err_code); in cvm_oct_check_rcv_error()
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm.c | 687 stop(const char *string, int err_code) in stop() argument 700 if (err_code != 0) { in stop() 709 if (err_code != 0) { in stop() 718 if (err_code != 0) { in stop() 728 exit(err_code); in stop()
|
A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
/linux-6.3-rc2/drivers/iio/accel/ |
A D | mma9551_core.c | 116 u8 req_len, err_code; in mma9551_transfer() local 180 err_code = rsp.coco_err & ~MMA9551_RESPONSE_COCO; in mma9551_transfer() 181 if (err_code != MMA9551_MCI_ERROR_NONE) { in mma9551_transfer() 182 dev_err(&client->dev, "read returned error %x\n", err_code); in mma9551_transfer()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | hal_rx.c | 322 enum hal_reo_dest_ring_error_code err_code; in ath12k_hal_desc_reo_parse_err() local 327 err_code = le32_get_bits(desc->info0, in ath12k_hal_desc_reo_parse_err() 329 ab->soc_stats.reo_error[err_code]++; in ath12k_hal_desc_reo_parse_err() 423 rel_info->err_code = in ath12k_hal_wbm_desc_parse_err() 430 rel_info->err_code = in ath12k_hal_wbm_desc_parse_err() 559 status->u.flush_cache.err_code = in ath12k_hal_reo_flush_cache_status() 562 if (!status->u.flush_cache.err_code) in ath12k_hal_reo_flush_cache_status()
|
/linux-6.3-rc2/kernel/debug/ |
A D | debug_core.h | 22 int err_code; member
|
/linux-6.3-rc2/net/sctp/ |
A D | sm_make_chunk.c | 3020 __be16 err_code, in sctp_add_asconf_response() argument 3047 if (SCTP_ERROR_NO_ERROR == err_code) in sctp_add_asconf_response() 3051 err_param.cause = err_code; in sctp_add_asconf_response() 3283 __be16 err_code; in sctp_process_asconf() local 3332 err_code, param.addip); in sctp_process_asconf() 3426 __be16 err_code; in sctp_get_asconf_response() local 3430 err_code = SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response() 3432 err_code = SCTP_ERROR_REQ_REFUSED; in sctp_get_asconf_response() 3469 return err_code; in sctp_get_asconf_response() 3511 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/mqueue/ |
A D | mq_perf_tests.c | 601 goto err_code; in main() 619 goto err_code; in main() 634 goto err_code; in main() 748 err_code: in main()
|