/Linux-v5.15/arch/m68k/fpsp040/ |
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-v5.15/drivers/edac/ |
D | mce_amd.c | 32 * string representation for the different MCA reported error types, see F3x48 57 /* internal error type */ 62 "Parity error during data load from IC", 63 "Parity error for IC valid bit", 64 "Main tag parity error", 65 "Parity error in prediction queue", 66 "PFB data/address parity error", 67 "Parity error in the branch status reg", 68 "PFB promotion address error", 69 "Tag error during probe/victimization", [all …]
|
/Linux-v5.15/drivers/input/touchscreen/ |
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 …]
|
D | raydium_i2c_ts.c | 171 int error; in raydium_i2c_send() local 211 error = raydium_i2c_xfer(client, addr, xfer, ARRAY_SIZE(xfer)); in raydium_i2c_send() 212 if (likely(!error)) in raydium_i2c_send() 218 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in raydium_i2c_send() 219 return error; in raydium_i2c_send() 225 int error; in raydium_i2c_read() local 264 error = raydium_i2c_xfer(client, addr, xfer, ARRAY_SIZE(xfer)); in raydium_i2c_read() 265 if (unlikely(error)) in raydium_i2c_read() 266 return error; in raydium_i2c_read() 279 int error; in raydium_i2c_sw_reset() local [all …]
|
D | silead.c | 88 int error; in silead_ts_request_input_dev() local 112 error = input_register_device(data->input); in silead_ts_request_input_dev() 113 if (error) { in silead_ts_request_input_dev() 114 dev_err(dev, "Failed to register input device: %d\n", error); in silead_ts_request_input_dev() 115 return error; in silead_ts_request_input_dev() 138 int touch_nr, softbutton, error, i; in silead_ts_read_data() local 141 error = i2c_smbus_read_i2c_block_data(client, SILEAD_REG_DATA, in silead_ts_read_data() 143 if (error < 0) { in silead_ts_read_data() 144 dev_err(dev, "Data read error %d\n", error); in silead_ts_read_data() 204 int error; in silead_ts_init() local [all …]
|
D | ilitek_ts_i2c.c | 96 int error; in ilitek_i2c_write_and_read() local 114 error = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs)); in ilitek_i2c_write_and_read() 115 if (error < 0) in ilitek_i2c_write_and_read() 116 return error; in ilitek_i2c_write_and_read() 119 error = i2c_transfer(client->adapter, msgs, 1); in ilitek_i2c_write_and_read() 120 if (error < 0) in ilitek_i2c_write_and_read() 121 return error; in ilitek_i2c_write_and_read() 127 error = i2c_transfer(client->adapter, msgs + 1, 1); in ilitek_i2c_write_and_read() 128 if (error < 0) in ilitek_i2c_write_and_read() 129 return error; in ilitek_i2c_write_and_read() [all …]
|
D | hycon-hy46xx.c | 94 "checksum error: 0x%02x expected, got 0x%02x\n", in hycon_hy46xx_check_checksum() 106 int error; in hycon_hy46xx_isr() local 110 error = regmap_bulk_read(tsdata->regmap, 0, rdbuf, sizeof(rdbuf)); in hycon_hy46xx_isr() 111 if (error) { in hycon_hy46xx_isr() 112 dev_err_ratelimited(dev, "Unable to fetch data, error: %d\n", in hycon_hy46xx_isr() 113 error); in hycon_hy46xx_isr() 185 int error = 0; in hycon_hy46xx_setting_show() local 190 error = regmap_read(tsdata->regmap, attr->address, &val); in hycon_hy46xx_setting_show() 191 if (error < 0) { in hycon_hy46xx_setting_show() 193 "Failed to fetch attribute %s, error %d\n", in hycon_hy46xx_setting_show() [all …]
|
D | zinitix.c | 197 int error; in zinitix_init_touch() local 199 error = zinitix_write_cmd(client, BT541_SWRESET_CMD); in zinitix_init_touch() 200 if (error) { in zinitix_init_touch() 202 return error; in zinitix_init_touch() 205 error = zinitix_write_u16(client, BT541_INT_ENABLE_FLAG, 0x0); in zinitix_init_touch() 206 if (error) { in zinitix_init_touch() 209 return error; in zinitix_init_touch() 213 error = zinitix_write_u16(client, BT541_X_RESOLUTION, in zinitix_init_touch() 215 if (error) in zinitix_init_touch() 216 return error; in zinitix_init_touch() [all …]
|
D | hideep.c | 242 int error; in hideep_pgm_r_reg() local 244 error = hideep_pgm_r_mem(ts, addr, &data, 1); in hideep_pgm_r_reg() 245 if (error) { in hideep_pgm_r_reg() 248 addr, error); in hideep_pgm_r_reg() 249 return error; in hideep_pgm_r_reg() 259 int error; in hideep_pgm_w_reg() local 261 error = hideep_pgm_w_mem(ts, addr, &data, 1); in hideep_pgm_w_reg() 262 if (error) { in hideep_pgm_w_reg() 265 addr, val, error); in hideep_pgm_w_reg() 266 return error; in hideep_pgm_w_reg() [all …]
|
D | elants_i2c.c | 288 int ret, error; in elants_i2c_calibrate() local 309 error = ret < 0 ? ret : -ETIMEDOUT; in elants_i2c_calibrate() 311 "error while waiting for calibration to complete: %d\n", in elants_i2c_calibrate() 312 error); in elants_i2c_calibrate() 313 return error; in elants_i2c_calibrate() 329 int error; in elants_i2c_sw_reset() local 331 error = elants_i2c_send(client, soft_rst_cmd, in elants_i2c_sw_reset() 333 if (error) { in elants_i2c_sw_reset() 334 dev_err(&client->dev, "software reset failed: %d\n", error); in elants_i2c_sw_reset() 335 return error; in elants_i2c_sw_reset() [all …]
|
/Linux-v5.15/drivers/base/test/ |
D | property-entry-test.c | 25 int error; in pe_test_uints() local 30 error = fwnode_property_count_u8(node, "prop-u8"); in pe_test_uints() 31 KUNIT_EXPECT_EQ(test, error, 1); in pe_test_uints() 33 error = fwnode_property_read_u8(node, "prop-u8", &val_u8); in pe_test_uints() 34 KUNIT_EXPECT_EQ(test, error, 0); in pe_test_uints() 37 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1); in pe_test_uints() 38 KUNIT_EXPECT_EQ(test, error, 0); in pe_test_uints() 41 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2); in pe_test_uints() 42 KUNIT_EXPECT_NE(test, error, 0); in pe_test_uints() 44 error = fwnode_property_read_u8(node, "no-prop-u8", &val_u8); in pe_test_uints() [all …]
|
/Linux-v5.15/drivers/input/mouse/ |
D | elan_i2c_i2c.c | 142 int error; in elan_i2c_initialize() local 145 error = elan_i2c_write_cmd(client, ETP_I2C_STAND_CMD, ETP_I2C_RESET); in elan_i2c_initialize() 146 if (error) { in elan_i2c_initialize() 147 dev_err(dev, "device reset failed: %d\n", error); in elan_i2c_initialize() 148 return error; in elan_i2c_initialize() 155 error = i2c_master_recv(client, val, ETP_I2C_INF_LENGTH); in elan_i2c_initialize() 156 if (error < 0) { in elan_i2c_initialize() 157 dev_err(dev, "failed to read reset response: %d\n", error); in elan_i2c_initialize() 158 return error; in elan_i2c_initialize() 161 error = elan_i2c_read_block(client, ETP_I2C_DESC_CMD, in elan_i2c_initialize() [all …]
|
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 …]
|
D | elan_i2c_smbus.c | 58 int len, error; in elan_smbus_initialize() local 65 error = len < 0 ? len : -EIO; in elan_smbus_initialize() 66 return error; in elan_smbus_initialize() 77 error = i2c_smbus_write_byte(client, ETP_SMBUS_ENABLE_TP); in elan_smbus_initialize() 78 if (error) { in elan_smbus_initialize() 79 dev_err(&client->dev, "failed to enable touchpad: %d\n", error); in elan_smbus_initialize() 80 return error; in elan_smbus_initialize() 117 int error; in elan_smbus_calibrate_result() local 122 error = i2c_smbus_read_block_data(client, in elan_smbus_calibrate_result() 124 if (error < 0) in elan_smbus_calibrate_result() [all …]
|
/Linux-v5.15/fs/ |
D | init.c | 47 int error; in init_chdir() local 49 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chdir() 50 if (error) in init_chdir() 51 return error; in init_chdir() 52 error = path_permission(&path, MAY_EXEC | MAY_CHDIR); in init_chdir() 53 if (!error) in init_chdir() 56 return error; in init_chdir() 62 int error; in init_chroot() local 64 error = kern_path(filename, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); in init_chroot() 65 if (error) in init_chroot() [all …]
|
D | xattr.c | 207 int error = -EAGAIN; in __vfs_setxattr_noperm() local 214 error = __vfs_setxattr(mnt_userns, dentry, inode, name, value, in __vfs_setxattr_noperm() 216 if (!error) { in __vfs_setxattr_noperm() 225 if (error == -EAGAIN) { in __vfs_setxattr_noperm() 226 error = -EOPNOTSUPP; in __vfs_setxattr_noperm() 231 error = security_inode_setsecurity(inode, suffix, value, in __vfs_setxattr_noperm() 233 if (!error) in __vfs_setxattr_noperm() 238 return error; in __vfs_setxattr_noperm() 260 int error; in __vfs_setxattr_locked() local 262 error = xattr_permission(mnt_userns, inode, name, MAY_WRITE); in __vfs_setxattr_locked() [all …]
|
/Linux-v5.15/drivers/input/misc/ |
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 …]
|
D | da7280.c | 287 int error; in da7280_haptic_mem_update() local 290 error = regmap_read(haptics->regmap, DA7280_IRQ_STATUS1, &val); in da7280_haptic_mem_update() 291 if (error) in da7280_haptic_mem_update() 292 return error; in da7280_haptic_mem_update() 301 error = regmap_read(haptics->regmap, DA7280_MEM_CTL2, &val); in da7280_haptic_mem_update() 302 if (error) in da7280_haptic_mem_update() 303 return error; in da7280_haptic_mem_update() 310 error = regmap_update_bits(haptics->regmap, in da7280_haptic_mem_update() 314 if (error) in da7280_haptic_mem_update() 315 return error; in da7280_haptic_mem_update() [all …]
|
/Linux-v5.15/fs/gfs2/ |
D | inode.c | 126 * Returns: A VFS inode, or an error 137 int error; in gfs2_inode_lookup() local 149 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, &ip->i_gl); in gfs2_inode_lookup() 150 if (unlikely(error)) in gfs2_inode_lookup() 154 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, &io_gl); in gfs2_inode_lookup() 155 if (unlikely(error)) in gfs2_inode_lookup() 166 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_inode_lookup() 168 if (error) in gfs2_inode_lookup() 171 error = -ESTALE; in gfs2_inode_lookup() 177 error = gfs2_check_blk_type(sdp, no_addr, in gfs2_inode_lookup() [all …]
|
D | xattr.c | 93 int error = 0; in ea_foreach_i() local 106 error = ea_call(ip, bh, ea, prev, data); in ea_foreach_i() 107 if (error) in ea_foreach_i() 108 return error; in ea_foreach_i() 118 return error; in ea_foreach_i() 129 int error; in ea_foreach() local 131 error = gfs2_meta_read(ip->i_gl, ip->i_eattr, DIO_WAIT, 0, &bh); in ea_foreach() 132 if (error) in ea_foreach() 133 return error; in ea_foreach() 136 error = ea_foreach_i(ip, bh, ea_call, data); in ea_foreach() [all …]
|
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_rmap.c | 74 * This either works (return 0) or gets an EFSCORRUPTED error. 82 int error; in xfs_rmap_update() local 93 error = xfs_btree_update(cur, &rec); in xfs_rmap_update() 94 if (error) in xfs_rmap_update() 96 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_rmap_update() 97 return error; in xfs_rmap_update() 110 int error; in xfs_rmap_insert() local 115 error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i); in xfs_rmap_insert() 116 if (error) in xfs_rmap_insert() 119 error = -EFSCORRUPTED; in xfs_rmap_insert() [all …]
|
D | xfs_attr.c | 106 * Returns 0 on successful retrieval, otherwise an error. 145 int error; in xfs_attr_get() local 160 error = xfs_attr_get_ilocked(args); in xfs_attr_get() 163 return error; in xfs_attr_get() 208 int error; in xfs_attr_try_sf_addname() local 216 error = xfs_attr_shortform_addname(args); in xfs_attr_try_sf_addname() 217 if (error == -ENOSPC) in xfs_attr_try_sf_addname() 218 return error; in xfs_attr_try_sf_addname() 222 * NOTE: this is also the error path (EEXIST, etc). in xfs_attr_try_sf_addname() 224 if (!error && !(args->op_flags & XFS_DA_OP_NOTIME)) in xfs_attr_try_sf_addname() [all …]
|
D | xfs_refcount.c | 114 int error; in xfs_refcount_get_rec() local 117 error = xfs_btree_get_rec(cur, &rec, stat); in xfs_refcount_get_rec() 118 if (error || !*stat) in xfs_refcount_get_rec() 119 return error; in xfs_refcount_get_rec() 163 * This either works (return 0) or gets an EFSCORRUPTED error. 171 int error; in xfs_refcount_update() local 177 error = xfs_btree_update(cur, &rec); in xfs_refcount_update() 178 if (error) in xfs_refcount_update() 180 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_update() 181 return error; in xfs_refcount_update() [all …]
|
/Linux-v5.15/drivers/phy/motorola/ |
D | phy-cpcap-usb.c | 142 int error, value = 0; in cpcap_usb_vbus_valid() local 144 error = iio_read_channel_processed(ddata->vbus, &value); in cpcap_usb_vbus_valid() 145 if (error >= 0) in cpcap_usb_vbus_valid() 148 dev_err(ddata->dev, "error reading VBUS: %i\n", error); in cpcap_usb_vbus_valid() 179 int val, error; in cpcap_phy_get_ints_state() local 181 error = regmap_read(ddata->reg, CPCAP_REG_INTS1, &val); in cpcap_phy_get_ints_state() 182 if (error) in cpcap_phy_get_ints_state() 183 return error; in cpcap_phy_get_ints_state() 189 error = regmap_read(ddata->reg, CPCAP_REG_INTS2, &val); in cpcap_phy_get_ints_state() 190 if (error) in cpcap_phy_get_ints_state() [all …]
|
/Linux-v5.15/drivers/crypto/caam/ |
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 …]
|