| /linux/drivers/media/usb/gspca/ |
| H A D | mr97310a.c | 203 int err_code; in cam_get_response16() local 206 err_code = mr_write(gspca_dev, 1); in cam_get_response16() 207 if (err_code < 0) in cam_get_response16() 208 return err_code; in cam_get_response16() 210 err_code = mr_read(gspca_dev, 16); 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 231 err_code = cam_get_response16(gspca_dev, 0x21, 0); in zero_the_pointer() 232 if (err_code < 0) in zero_the_pointer() [all …]
|
| H A D | sn9c2028.c | 151 int err_code; in sn9c2028_short_command() local 153 err_code = sn9c2028_command(gspca_dev, command); in sn9c2028_short_command() 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 235 err_code = sn9c2028_long_command(gspca_dev, in run_start_commands() 239 err_code = sn9c2028_short_command(gspca_dev, in run_start_commands() [all …]
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs_upload.c | 47 enum fw_upload_err err_code) in fw_upload_error() argument 51 if (err_code < FW_UPLOAD_ERR_MAX) in fw_upload_error() 52 error = fw_upload_err_str[err_code]; in fw_upload_error() 55 err_code); in fw_upload_error() 79 else if (!fwlp->err_code) in error_show() 84 fw_upload_error(dev, fwlp->err_code)); in error_show() 146 enum fw_upload_err err_code) in fw_upload_set_error() argument 150 fwlp->err_code = err_code; in fw_upload_set_error() 255 fwlp->err_code = 0; in fw_upload_start() 335 fw_upload_priv->err_code = 0; in firmware_upload_register()
|
| H A D | sysfs_upload.h | 38 enum fw_upload_err err_code; /* security manager error code */ member
|
| /linux/drivers/dma/qcom/ |
| H 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() 267 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_handle_tre_completion() 304 u8 err_code) in hidma_cleanup_pending_tre() argument 307 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_cleanup_pending_tre() 537 tre->err_code = 0; in hidma_ll_queue_request() [all …]
|
| H A D | hidma.h | 42 u8 err_code; /* completion code */ member 157 u8 err_code);
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_common.sh | 76 local err_code=0 81 err_code=$? 82 if [ $err_code -ne 0 ]; then 83 return $err_code 88 err_code=$? 90 if [ $err_code -ne 0 ]; then 91 return $err_code
|
| /linux/lib/zstd/common/ |
| H A D | error_private.h | 140 size_t const err_code = (err); \ 141 if (ERR_isError(err_code)) { \ 143 __FILE__, __LINE__, ERR_QUOTE(err), ERR_getErrorName(err_code)); \ 147 return err_code; \
|
| /linux/drivers/infiniband/core/ |
| H 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 570 err_code = nla_get_u16(nltb[IWPM_NLA_RQUERY_MAPPING_ERR]); in iwpm_add_and_query_mapping_cb() 571 if (err_code == IWPM_REMOTE_QUERY_REJECT) { in iwpm_add_and_query_mapping_cb() 574 nlmsg_request->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 [all …]
|
| H A D | iwpm_util.h | 70 u16 err_code; member
|
| /linux/drivers/scsi/bnx2i/ |
| H 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/arch/mips/include/asm/octeon/ |
| H 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/drivers/scsi/ |
| H A D | advansys.c | 489 ushort err_code; member 1808 ushort err_code; /* fatal error code */ member 2300 "%d,\n", h->iop_base, h->err_code, h->dvc_cntl, h->bug_fix_cntl); in asc_prt_asc_dvc_var() 2356 (ulong)h->iop_base, h->err_code, (unsigned)h->ultra_able); in asc_prt_adv_dvc_var() 3183 v->err_code); in asc_prt_asc_board_info() 3322 v->err_code); in asc_prt_adv_board_info() 4008 asc_dvc->err_code |= ASC_IERR_SET_PC_ADDR; in AscInitMicroCodeVar() 4013 asc_dvc->err_code |= ASC_IERR_START_STOP_CHIP; in AscInitMicroCodeVar() 4045 if (asc_dvc->err_code != 0) in AscInitAsc1000Driver() 4048 asc_dvc->err_code = ASC_IERR_BAD_SIGNATURE; in AscInitAsc1000Driver() [all …]
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 958 int err_code; in irdma_create_qp() local 977 err_code = irdma_validate_qp_attrs(init_attr, iwdev); in irdma_create_qp() 978 if (err_code) in irdma_create_qp() 979 return err_code; in irdma_create_qp() 1013 err_code = irdma_setup_gsi_qp_rsrc(iwqp, &qp_num); in irdma_create_qp() 1014 if (err_code) in irdma_create_qp() 1018 err_code = irdma_alloc_rsrc(rf, rf->allocated_qps, rf->max_qp, in irdma_create_qp() 1020 if (err_code) in irdma_create_qp() 1043 err_code = irdma_setup_umode_qp(udata, iwdev, iwqp, &init_info, in irdma_create_qp() 1048 err_code = irdma_setup_kmode_qp(iwdev, iwqp, &init_info, init_attr); in irdma_create_qp() [all …]
|
| /linux/kernel/debug/kdb/ |
| H 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/lib/ |
| H A D | test_firmware.c | 125 enum fw_upload_err err_code; member 1148 tst->inject.err_code = err; in upload_err_inject_error() 1205 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_prepare() 1209 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_prepare() 1212 ret = tst->inject.err_code; in test_fw_upload_prepare() 1219 tst->inject.err_code = FW_UPLOAD_ERR_NONE; in test_fw_upload_prepare() 1241 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_write() 1245 if (tst->inject.err_code == FW_UPLOAD_ERR_CANCELED) in test_fw_upload_write() 1248 return tst->inject.err_code; in test_fw_upload_write() 1259 if (tst->inject.err_code == FW_UPLOAD_ERR_NONE || in test_fw_upload_complete() [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 218 const int err_code) in test_exec_fd() argument 232 if (err_code) { in test_exec_fd() 234 EXPECT_EQ(err_code, access_errno) in test_exec_fd() 248 const char *const path, const int err_code) in test_exec_path() argument 262 test_exec_fd(_metadata, fd, err_code); in test_exec_path()
|
| /linux/drivers/staging/octeon/ |
| H 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/drivers/scsi/aic7xxx/aicasm/ |
| H 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()
|
| H A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
| /linux/tools/testing/selftests/mqueue/ |
| H A D | mq_perf_tests.c | 603 goto err_code; in main() 621 goto err_code; in main() 636 goto err_code; in main() 750 err_code: in main()
|
| /linux/kernel/debug/ |
| H A D | debug_core.h | 22 int err_code; member
|
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 869 unsigned long err_code = 0; in print_graph_retval() local 888 err_code = sign_extend64(retval, 31); in print_graph_retval() 890 err_code = retval; in print_graph_retval() 893 if (!IS_ERR_VALUE(err_code)) in print_graph_retval() 894 err_code = 0; in print_graph_retval() 921 if (hex_format || (err_code == 0)) in print_graph_retval() 924 trace_seq_printf(s, " ret=%ld", err_code); in print_graph_retval()
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_fdma.c | 579 u32 ident, llp, frm, err, err_code; in ocelot_fdma_interrupt() local 595 err_code = ocelot_fdma_readl(ocelot, MSCC_FDMA_EVT_ERR_CODE); in ocelot_fdma_interrupt() 598 err, err_code); in ocelot_fdma_interrupt() 601 ocelot_fdma_writel(ocelot, MSCC_FDMA_EVT_ERR_CODE, err_code); in ocelot_fdma_interrupt()
|
| /linux/arch/microblaze/kernel/ |
| H A D | kgdb.c | 113 int kgdb_arch_handle_exception(int vector, int signo, int err_code, in kgdb_arch_handle_exception() argument
|