/linux-6.6.21/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 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() 413 error = i2c_smbus_write_byte_data(client, in rohm_ts_manual_calibration() [all …]
|
D | goodix_fwupload.c | 88 int tries, error; in goodix_enter_upload_mode() local 93 error = goodix_i2c_write_u8(client, in goodix_enter_upload_mode() 95 if (error) in goodix_enter_upload_mode() 96 return error; in goodix_enter_upload_mode() 98 error = goodix_i2c_read(client, in goodix_enter_upload_mode() 100 if (error) in goodix_enter_upload_mode() 101 return error; in goodix_enter_upload_mode() 113 error = goodix_i2c_write_u8(client, GOODIX_REG_MISCTL_DSP_CTL, 0x00); in goodix_enter_upload_mode() 114 if (error) in goodix_enter_upload_mode() 115 return error; in goodix_enter_upload_mode() [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() 221 return error; in raydium_i2c_send() 227 int error; in raydium_i2c_read() local 266 error = raydium_i2c_xfer(client, addr, xfer, ARRAY_SIZE(xfer)); in raydium_i2c_read() 267 if (unlikely(error)) in raydium_i2c_read() 268 return error; in raydium_i2c_read() 281 int error; in raydium_i2c_sw_reset() 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 | ili210x.c | 89 int error, ret; in ili210x_read_reg() local 93 error = ret < 0 ? ret : -EIO; in ili210x_read_reg() 94 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in ili210x_read_reg() 95 return error; in ili210x_read_reg() 138 int error; in ili211x_read_touch_data() local 144 error = ret < 0 ? ret : -EIO; in ili211x_read_touch_data() 145 dev_err(&client->dev, "%s failed: %d\n", __func__, error); in ili211x_read_touch_data() 146 return error; in ili211x_read_touch_data() 231 int error; in ili251x_read_reg_common() local 244 error = ret < 0 ? ret : -EIO; in ili251x_read_reg_common() [all …]
|
D | silead.c | 125 int error; in silead_ts_request_input_dev() local 150 error = input_register_device(data->input); in silead_ts_request_input_dev() 151 if (error) { in silead_ts_request_input_dev() 152 dev_err(dev, "Failed to register input device: %d\n", error); in silead_ts_request_input_dev() 153 return error; in silead_ts_request_input_dev() 162 int error; in silead_ts_request_pen_input_dev() local 184 error = input_register_device(data->pen_input); in silead_ts_request_pen_input_dev() 185 if (error) { in silead_ts_request_pen_input_dev() 186 dev_err(dev, "Failed to register pen input device: %d\n", error); in silead_ts_request_pen_input_dev() 187 return error; in silead_ts_request_pen_input_dev() [all …]
|
D | cyttsp_core.c | 81 int error; in ttsp_read_block_data() local 85 error = ts->bus_ops->read(ts->dev, ts->xfer_buf, command, in ttsp_read_block_data() 87 if (!error) in ttsp_read_block_data() 99 int error; in ttsp_write_block_data() local 103 error = ts->bus_ops->write(ts->dev, ts->xfer_buf, command, in ttsp_write_block_data() 105 if (!error) in ttsp_write_block_data() 139 int error; in cyttsp_exit_bl_mode() local 147 error = ttsp_write_block_data(ts, CY_REG_BASE, in cyttsp_exit_bl_mode() 149 if (error) in cyttsp_exit_bl_mode() 150 return error; in cyttsp_exit_bl_mode() [all …]
|
D | hycon-hy46xx.c | 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() 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() 194 dattr->attr.name, error); in hycon_hy46xx_setting_show() 209 return error ?: count; in hycon_hy46xx_setting_show() 222 int error; in hycon_hy46xx_setting_store() local [all …]
|
/linux-6.6.21/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-6.6.21/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 | 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() 220 if (!error) 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-6.6.21/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 …]
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_attr.c | 169 int level, error; 181 error = xfs_da3_node_read_mapped(state->args->trans, 184 if (error) 185 return error; 199 error = xfs_da3_node_read_mapped(state->args->trans, 202 if (error) 203 return error; 260 int error; in xfs_attr_get() local 275 error = xfs_attr_get_ilocked(args); in xfs_attr_get() 278 return error; in xfs_attr_get() [all …]
|
D | xfs_refcount.c | 175 int error; in xfs_refcount_get_rec() local 177 error = xfs_btree_get_rec(cur, &rec, stat); in xfs_refcount_get_rec() 178 if (error || !*stat) in xfs_refcount_get_rec() 179 return error; in xfs_refcount_get_rec() 202 int error; in xfs_refcount_update() local 212 error = xfs_btree_update(cur, &rec); in xfs_refcount_update() 213 if (error) in xfs_refcount_update() 215 cur->bc_ag.pag->pag_agno, error, _RET_IP_); in xfs_refcount_update() 216 return error; in xfs_refcount_update() 230 int error; in xfs_refcount_insert() local [all …]
|
/linux-6.6.21/kernel/power/ |
D | hibernate.c | 295 int error; in create_image() local 297 error = dpm_suspend_end(PMSG_FREEZE); in create_image() 298 if (error) { in create_image() 300 return error; in create_image() 303 error = platform_pre_snapshot(platform_mode); in create_image() 304 if (error || hibernation_test(TEST_PLATFORM)) in create_image() 307 error = pm_sleep_disable_secondary_cpus(); in create_image() 308 if (error || hibernation_test(TEST_CPUS)) in create_image() 315 error = syscore_suspend(); in create_image() 316 if (error) { in create_image() [all …]
|
/linux-6.6.21/fs/gfs2/ |
D | inode.c | 121 int error; in gfs2_inode_lookup() local 135 error = gfs2_glock_get(sdp, no_addr, &gfs2_inode_glops, CREATE, in gfs2_inode_lookup() 137 if (unlikely(error)) in gfs2_inode_lookup() 140 error = gfs2_glock_get(sdp, no_addr, &gfs2_iopen_glops, CREATE, in gfs2_inode_lookup() 142 if (unlikely(error)) in gfs2_inode_lookup() 154 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, in gfs2_inode_lookup() 158 if (unlikely(error)) in gfs2_inode_lookup() 167 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, in gfs2_inode_lookup() 169 if (error) in gfs2_inode_lookup() 172 error = -ESTALE; in gfs2_inode_lookup() [all …]
|
/linux-6.6.21/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 | drv2667.c | 133 int error; in drv2667_set_waveform_freq() local 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() 166 "Failed to set the frequency: %d\n", error); in drv2667_set_waveform_freq() [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-6.6.21/drivers/bus/fsl-mc/ |
D | dprc-driver.c | 148 int error; in check_plugged_state_change() local 156 error = device_attach(&mc_dev->dev); in check_plugged_state_change() 157 if (error < 0) { in check_plugged_state_change() 160 error); in check_plugged_state_change() 172 int error; in fsl_mc_obj_device_add() local 183 error = fsl_mc_device_add(obj_desc, NULL, &mc_bus_dev->dev, in fsl_mc_obj_device_add() 185 if (error < 0) in fsl_mc_obj_device_add() 250 int error; in dprc_scan_objects() local 255 error = dprc_get_obj_count(mc_bus_dev->mc_io, in dprc_scan_objects() 259 if (error < 0) { in dprc_scan_objects() [all …]
|
/linux-6.6.21/drivers/phy/motorola/ |
D | phy-cpcap-usb.c | 134 int error, value = 0; in cpcap_usb_vbus_valid() local 136 error = iio_read_channel_processed(ddata->vbus, &value); in cpcap_usb_vbus_valid() 137 if (error >= 0) in cpcap_usb_vbus_valid() 140 dev_err(ddata->dev, "error reading VBUS: %i\n", error); in cpcap_usb_vbus_valid() 171 int val, error; in cpcap_phy_get_ints_state() local 173 error = regmap_read(ddata->reg, CPCAP_REG_INTS1, &val); in cpcap_phy_get_ints_state() 174 if (error) in cpcap_phy_get_ints_state() 175 return error; in cpcap_phy_get_ints_state() 181 error = regmap_read(ddata->reg, CPCAP_REG_INTS2, &val); in cpcap_phy_get_ints_state() 182 if (error) in cpcap_phy_get_ints_state() [all …]
|
/linux-6.6.21/fs/xfs/ |
D | xfs_attr_inactive.c | 41 int error; in xfs_attr3_rmt_stale() local 52 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt, in xfs_attr3_rmt_stale() 54 if (error) in xfs_attr3_rmt_stale() 55 return error; in xfs_attr3_rmt_stale() 64 error = xfs_attr_rmtval_stale(dp, &map, 0); in xfs_attr3_rmt_stale() 65 if (error) in xfs_attr3_rmt_stale() 66 return error; in xfs_attr3_rmt_stale() 92 int error = 0; in xfs_attr3_leaf_inactive() local 114 error = xfs_attr3_rmt_stale(dp, in xfs_attr3_leaf_inactive() 116 if (error) in xfs_attr3_leaf_inactive() [all …]
|
D | xfs_reflink.c | 140 int error; in xfs_reflink_find_shared() local 142 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_reflink_find_shared() 143 if (error) in xfs_reflink_find_shared() 144 return error; in xfs_reflink_find_shared() 148 error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen, in xfs_reflink_find_shared() 151 xfs_btree_del_cursor(cur, error); in xfs_reflink_find_shared() 154 return error; in xfs_reflink_find_shared() 179 int error = 0; in xfs_reflink_trim_around_shared() local 193 error = xfs_reflink_find_shared(pag, NULL, agbno, aglen, &fbno, &flen, in xfs_reflink_trim_around_shared() 196 if (error) in xfs_reflink_trim_around_shared() [all …]
|
D | xfs_rtalloc.c | 57 int error; /* error value */ in xfs_rtany_summary() local 72 error = xfs_rtget_summary(mp, tp, log, bbno, rbpp, rsb, &sum); in xfs_rtany_summary() 73 if (error) { in xfs_rtany_summary() 74 return error; in xfs_rtany_summary() 108 int error; /* error return value */ in xfs_rtcopy_summary() local 118 error = xfs_rtget_summary(omp, tp, log, bbno, &bp, in xfs_rtcopy_summary() 120 if (error) in xfs_rtcopy_summary() 121 return error; in xfs_rtcopy_summary() 124 error = xfs_rtmodify_summary(omp, tp, log, bbno, -sum, in xfs_rtcopy_summary() 126 if (error) in xfs_rtcopy_summary() [all …]
|