| /linux/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 63 .long serror |$01-5 fint ERROR 64 .long serror |$01-6 fint ERROR 65 .long serror |$01-7 fint ERROR 72 .long serror |$02-5 fsinh ERROR 73 .long serror |$02-6 fsinh ERROR 74 .long serror |$02-7 fsinh ERROR 81 .long serror |$03-5 fintrz ERROR 82 .long serror |$03-6 fintrz ERROR 83 .long serror |$03-7 fintrz ERROR 85 .long serror |$04-0 ERROR - illegal extension [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | rohm_bu21023.c | 122 #define ERROR 0x80 macro 332 int error, error2; in rohm_ts_manual_calibration() local 347 error = i2c_smbus_write_byte_data(client, INT_MASK, in rohm_ts_manual_calibration() 350 if (error) in rohm_ts_manual_calibration() 353 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration() 355 if (error) in rohm_ts_manual_calibration() 364 error = rohm_i2c_burst_read(client, PRM1_X_H, buf, sizeof(buf)); in rohm_ts_manual_calibration() 365 if (error) in rohm_ts_manual_calibration() 378 error = i2c_smbus_write_byte_data(client, TEST1, in rohm_ts_manual_calibration() 380 if (error) in rohm_ts_manual_calibration() [all …]
|
| H A D | raydium_i2c_ts.c | 171 int error; in raydium_i2c_send() local 210 error = raydium_i2c_xfer(client, addr, xfer, ARRAY_SIZE(xfer)); in raydium_i2c_send() 211 if (likely(!error)) in raydium_i2c_send() 217 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in raydium_i2c_send() 218 return error; in raydium_i2c_send() 224 int error; in raydium_i2c_read() local 263 error = raydium_i2c_xfer(client, addr, xfer, ARRAY_SIZE(xfer)); in raydium_i2c_read() 264 if (unlikely(error)) in raydium_i2c_read() 265 return error; in raydium_i2c_read() 278 int error; in raydium_i2c_sw_reset() local [all …]
|
| H A D | ilitek_ts_i2c.c | 97 int error; in ilitek_i2c_write_and_read() local 115 error = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs)); in ilitek_i2c_write_and_read() 116 if (error < 0) in ilitek_i2c_write_and_read() 117 return error; in ilitek_i2c_write_and_read() 120 error = i2c_transfer(client->adapter, msgs, 1); in ilitek_i2c_write_and_read() 121 if (error < 0) in ilitek_i2c_write_and_read() 122 return error; in ilitek_i2c_write_and_read() 128 error = i2c_transfer(client->adapter, msgs + 1, 1); in ilitek_i2c_write_and_read() 129 if (error < 0) in ilitek_i2c_write_and_read() 130 return error; in ilitek_i2c_write_and_read() [all …]
|
| H A D | himax_hx852x.c | 85 int error; in hx852x_i2c_read() local 105 error = ret < 0 ? ret : -EIO; in hx852x_i2c_read() 106 dev_err(&client->dev, "failed to read %#x: %d\n", cmd, error); in hx852x_i2c_read() 107 return error; in hx852x_i2c_read() 116 int error; in hx852x_power_on() local 118 error = regulator_bulk_enable(ARRAY_SIZE(hx->supplies), hx->supplies); in hx852x_power_on() 119 if (error) { in hx852x_power_on() 120 dev_err(dev, "failed to enable regulators: %d\n", error); in hx852x_power_on() 121 return error; in hx852x_power_on() 135 int error; in hx852x_start() local [all …]
|
| H A D | silead.c | 124 int error; in silead_ts_request_input_dev() local 149 error = input_register_device(data->input); in silead_ts_request_input_dev() 150 if (error) { in silead_ts_request_input_dev() 151 dev_err(dev, "Failed to register input device: %d\n", error); in silead_ts_request_input_dev() 152 return error; in silead_ts_request_input_dev() 161 int error; in silead_ts_request_pen_input_dev() local 183 error = input_register_device(data->pen_input); in silead_ts_request_pen_input_dev() 184 if (error) { in silead_ts_request_pen_input_dev() 185 dev_err(dev, "Failed to register pen input device: %d\n", error); in silead_ts_request_pen_input_dev() 186 return error; in silead_ts_request_pen_input_dev() [all …]
|
| H A D | ili210x.c | 88 int error, ret; in ili210x_read_reg() local 92 error = ret < 0 ? ret : -EIO; in ili210x_read_reg() 93 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in ili210x_read_reg() 94 return error; in ili210x_read_reg() 137 int error; in ili211x_read_touch_data() local 143 error = ret < 0 ? ret : -EIO; in ili211x_read_touch_data() 144 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in ili211x_read_touch_data() 145 return error; in ili211x_read_touch_data() 154 "CRC error (crc=0x%02x expected=0x%02x)\n", in ili211x_read_touch_data() 230 int error; in ili251x_read_reg_common() local [all …]
|
| H A D | chipone_icn8505.c | 104 "Error reading addr %#x reg %#x: %d\n", in icn8505_read_xfer() 138 "Error writing addr %#x reg %#x: %d\n", in icn8505_write_xfer() 156 int error; in icn8505_read_reg_silent() local 158 error = icn8505_read_xfer(icn8505->client, icn8505->client->addr, reg, in icn8505_read_reg_silent() 160 if (error) in icn8505_read_reg_silent() 161 return error; in icn8505_read_reg_silent() 203 int error; in icn8505_try_fw_upload() local 208 error = icn8505_write_prog_reg(icn8505, 0xcc3355, 0x5a); in icn8505_try_fw_upload() 209 if (error) in icn8505_try_fw_upload() 210 return error; in icn8505_try_fw_upload() [all …]
|
| H A D | himax_hx83112b.c | 86 int error; in himax_bus_enable_burst() local 88 error = regmap_write(ts->regmap, HIMAX_AHB_ADDR_CONTI, in himax_bus_enable_burst() 90 if (error) in himax_bus_enable_burst() 91 return error; in himax_bus_enable_burst() 93 error = regmap_write(ts->regmap, HIMAX_AHB_ADDR_INCR4, in himax_bus_enable_burst() 95 if (error) in himax_bus_enable_burst() 96 return error; in himax_bus_enable_burst() 104 int error; in himax_bus_read() local 107 error = himax_bus_enable_burst(ts); in himax_bus_read() 108 if (error) in himax_bus_read() [all …]
|
| H A D | hideep.c | 243 int error; in hideep_pgm_r_reg() local 245 error = hideep_pgm_r_mem(ts, addr, &data, 1); in hideep_pgm_r_reg() 246 if (error) { in hideep_pgm_r_reg() 249 addr, error); in hideep_pgm_r_reg() 250 return error; in hideep_pgm_r_reg() 260 int error; in hideep_pgm_w_reg() local 262 error = hideep_pgm_w_mem(ts, addr, &data, 1); in hideep_pgm_w_reg() 263 if (error) { in hideep_pgm_w_reg() 266 addr, val, error); in hideep_pgm_w_reg() 267 return error; in hideep_pgm_w_reg() [all …]
|
| H A D | bu21013_ts.c | 240 int error; in bu21013_gpio_irq() local 243 error = bu21013_do_touch_report(ts); in bu21013_gpio_irq() 244 if (error) { in bu21013_gpio_irq() 264 int error; in bu21013_init_chip() local 266 error = i2c_smbus_write_byte_data(client, BU21013_RESET_REG, in bu21013_init_chip() 268 if (error) { in bu21013_init_chip() 270 return error; in bu21013_init_chip() 274 error = i2c_smbus_write_byte_data(client, BU21013_SENSOR_0_7_REG, in bu21013_init_chip() 276 if (error) { in bu21013_init_chip() 278 return error; in bu21013_init_chip() [all …]
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_ras.h | 10 /* ERRSOU0 Correctable error mask*/ 13 /* HI AE Correctable error log */ 16 /* HI AE Correctable error log enable */ 31 /* HI AE Uncorrectable error log */ 34 /* HI AE Uncorrectable error log enable */ 37 /* HI CPP Agent Command parity error log */ 40 /* HI CPP Agent Command parity error logging enable */ 43 /* RI Memory parity error status register */ 46 /* RI Memory parity error reporting enable */ 50 * RI Memory parity error mask [all …]
|
| /linux/drivers/input/misc/ |
| H A D | bma150.c | 181 int error; in bma150_set_mode() local 183 error = bma150_set_reg_bits(bma150->client, mode, BMA150_WAKE_UP_POS, in bma150_set_mode() 185 if (error) in bma150_set_mode() 186 return error; in bma150_set_mode() 188 error = bma150_set_reg_bits(bma150->client, mode, BMA150_SLEEP_POS, in bma150_set_mode() 190 if (error) in bma150_set_mode() 191 return error; in bma150_set_mode() 202 int error; in bma150_soft_reset() local 204 error = bma150_set_reg_bits(bma150->client, 1, BMA150_SW_RES_POS, in bma150_soft_reset() 206 if (error) in bma150_soft_reset() [all …]
|
| H A D | drv2667.c | 133 int error; in drv2667_set_waveform_freq() local 141 "ERROR: Frequency calculated to %i\n", freq); in drv2667_set_waveform_freq() 145 error = regmap_read(haptics->regmap, DRV2667_PAGE, &read_buf); in drv2667_set_waveform_freq() 146 if (error) { in drv2667_set_waveform_freq() 148 "Failed to read the page number: %d\n", error); in drv2667_set_waveform_freq() 154 error = regmap_write(haptics->regmap, in drv2667_set_waveform_freq() 156 if (error) { in drv2667_set_waveform_freq() 158 "Failed to set the page: %d\n", error); in drv2667_set_waveform_freq() 163 error = regmap_write(haptics->regmap, DRV2667_RAM_FREQ, freq); in drv2667_set_waveform_freq() 164 if (error) in drv2667_set_waveform_freq() [all …]
|
| H A D | drv260x.c | 221 int error; in drv260x_worker() local 227 error = regmap_write(haptics->regmap, in drv260x_worker() 229 if (error) { in drv260x_worker() 231 "Failed to write set mode: %d\n", error); in drv260x_worker() 233 error = regmap_write(haptics->regmap, in drv260x_worker() 235 if (error) in drv260x_worker() 237 "Failed to set magnitude: %d\n", error); in drv260x_worker() 264 int error; in drv260x_close() local 268 error = regmap_write(haptics->regmap, DRV260X_MODE, DRV260X_STANDBY); in drv260x_close() 269 if (error) in drv260x_close() [all …]
|
| H A D | da7280.c | 286 int error; in da7280_haptic_mem_update() local 289 error = regmap_read(haptics->regmap, DA7280_IRQ_STATUS1, &val); in da7280_haptic_mem_update() 290 if (error) in da7280_haptic_mem_update() 291 return error; in da7280_haptic_mem_update() 300 error = regmap_read(haptics->regmap, DA7280_MEM_CTL2, &val); in da7280_haptic_mem_update() 301 if (error) in da7280_haptic_mem_update() 302 return error; in da7280_haptic_mem_update() 309 error = regmap_update_bits(haptics->regmap, in da7280_haptic_mem_update() 313 if (error) in da7280_haptic_mem_update() 314 return error; in da7280_haptic_mem_update() [all …]
|
| /linux/drivers/input/mouse/ |
| H A D | cyapa.c | 126 * Return negative errno code on error; return zero when success. 172 int error; in cyapa_get_state() local 182 error = cyapa_i2c_reg_read_block(cyapa, BL_HEAD_OFFSET, BL_STATUS_SIZE, in cyapa_get_state() 190 if (cyapa->smbus && (error == -ETIMEDOUT || error == -ENXIO)) { in cyapa_get_state() 192 error = cyapa_read_block(cyapa, in cyapa_get_state() 197 if (error != BL_STATUS_SIZE) in cyapa_get_state() 198 goto error; in cyapa_get_state() 210 error = cyapa_gen3_ops.state_parse(cyapa, in cyapa_get_state() 212 if (!error) in cyapa_get_state() 218 error = cyapa_pip_state_parse(cyapa, in cyapa_get_state() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 47 int error; in xrep_superblock() local 54 error = xfs_sb_get_secondary(mp, sc->tp, agno, &bp); in xrep_superblock() 55 if (error) in xrep_superblock() 56 return error; in xrep_superblock() 59 if (xchk_should_terminate(sc, &error)) in xrep_superblock() 60 return error; in xrep_superblock() 100 int error = 0; in xrep_agf_walk_allocbt() local 102 if (xchk_should_terminate(raa->sc, &error)) in xrep_agf_walk_allocbt() 103 return error; in xrep_agf_walk_allocbt() 108 return error; in xrep_agf_walk_allocbt() [all …]
|
| H A D | rcbag.c | 37 int error; in rcbag_init() local 46 error = rcbagbt_mem_init(mp, &bag->xfbtree, btp); in rcbag_init() 47 if (error) in rcbag_init() 55 return error; in rcbag_init() 80 int error; in rcbag_add() local 83 error = rcbagbt_lookup_eq(cur, rmap, &has); in rcbag_add() 84 if (error) in rcbag_add() 88 error = rcbagbt_get_rec(cur, &bagrec, &has); in rcbag_add() 89 if (error) in rcbag_add() 92 error = -EFSCORRUPTED; in rcbag_add() [all …]
|
| H A D | parent.c | 36 int error; in xchk_setup_parent() local 39 error = xrep_setup_parent(sc); in xchk_setup_parent() 40 if (error) in xchk_setup_parent() 41 return error; in xchk_setup_parent() 67 int error = 0; in xchk_parent_actor() local 71 error = -EFSCORRUPTED; in xchk_parent_actor() 72 if (!xchk_fblock_xref_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent_actor() 73 return error; in xchk_parent_actor() 78 if (xchk_should_terminate(spc->sc, &error)) in xchk_parent_actor() 79 return error; in xchk_parent_actor() [all …]
|
| H A D | attr_repair.c | 201 int error = 0; in xrep_xattr_salvage_key() local 203 if (xchk_should_terminate(rx->sc, &error)) in xrep_xattr_salvage_key() 204 return error; in xrep_xattr_salvage_key() 226 error = xfblob_store(rx->xattr_blobs, &key.name_cookie, name, in xrep_xattr_salvage_key() 228 if (error) in xrep_xattr_salvage_key() 229 return error; in xrep_xattr_salvage_key() 231 error = xfblob_store(rx->xattr_blobs, &key.value_cookie, value, in xrep_xattr_salvage_key() 233 if (error) in xrep_xattr_salvage_key() 234 return error; in xrep_xattr_salvage_key() 236 error = xfarray_append(rx->xattr_records, &key); in xrep_xattr_salvage_key() [all …]
|
| H A D | refcount_repair.c | 136 int error; in xrep_refc_check_ext() local 142 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rc_startblock, in xrep_refc_check_ext() 144 if (error) in xrep_refc_check_ext() 145 return error; in xrep_refc_check_ext() 150 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_refc_check_ext() 152 if (error) in xrep_refc_check_ext() 153 return error; in xrep_refc_check_ext() 175 int error = 0; in xrep_refc_stash() local 177 if (xchk_should_terminate(sc, &error)) in xrep_refc_stash() 178 return error; in xrep_refc_stash() [all …]
|
| /linux/fs/gfs2/ |
| H A D | xattr.c | 93 int error = 0; in ea_foreach_i() local 112 error = ea_call(ip, bh, ea, prev, data); in ea_foreach_i() 113 if (error) in ea_foreach_i() 114 return error; in ea_foreach_i() 126 return error; in ea_foreach_i() 133 int error; in ea_foreach() local 135 error = gfs2_meta_read(ip->i_gl, ip->i_eattr, DIO_WAIT, 0, &bh); in ea_foreach() 136 if (error) in ea_foreach() 137 return error; in ea_foreach() 140 error = ea_foreach_i(ip, bh, ea_call, data); in ea_foreach() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxk_hard.c | 239 pr_err("i2c write error at addr 0x%02x\n", adr); in i2c_write() 258 pr_cont(": ERROR!\n"); in i2c_read() 262 pr_err("i2c read error at addr 0x%02x\n", adr); in i2c_read() 435 pr_err("%s: i2c write error at addr 0x%02x\n", in write_block() 473 goto error; in power_up_device() 479 goto error; in power_up_device() 482 goto error; in power_up_device() 486 goto error; in power_up_device() 490 error: in power_up_device() 492 pr_err("Error %d on %s\n", status, __func__); in power_up_device() [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | error.c | 3 * CAAM Error Reporting 11 #include "error.h" 66 { 0x00, "No error." }, 67 …{ 0x01, "SGT Length Error. The descriptor is trying to read more data than is contained in the SGT… 68 { 0x02, "SGT Null Entry Error." }, 69 { 0x03, "Job Ring Control Error. There is a bad value in the Job Ring Control register." }, 82 … FIFO STORE decremented the input or output sequence length below 0. This error may result if a bu… 84 { 0x12, "Shared Descriptor Header Error" }, 85 { 0x13, "Header Error. Invalid length or parity, or certain other problems." }, 86 { 0x14, "Burster Error. Burster has gotten to an illegal state" }, [all …]
|