/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | rohm_bu21023.c | 350 if (error) in rohm_ts_manual_calibration() 355 if (error) in rohm_ts_manual_calibration() 513 return error ? error : error2; in rohm_ts_manual_calibration() 536 int error; in rohm_ts_soft_irq() local 540 if (error) in rohm_ts_soft_irq() 545 if (error) in rohm_ts_soft_irq() 551 if (error) in rohm_ts_soft_irq() 727 return error ? error : error2; in rohm_ts_load_firmware() 766 return error ? error : count; in swap_xy_store() 805 return error ? error : count; in inv_x_store() [all …]
|
A D | goodix_fwupload.c | 114 if (error) in goodix_enter_upload_mode() 119 if (error) in goodix_enter_upload_mode() 124 if (error) in goodix_enter_upload_mode() 129 if (error) in goodix_enter_upload_mode() 135 if (error) in goodix_enter_upload_mode() 140 if (error) in goodix_enter_upload_mode() 145 if (error) in goodix_enter_upload_mode() 150 if (error) in goodix_enter_upload_mode() 158 int error; in goodix_start_firmware() local 163 if (error) in goodix_start_firmware() [all …]
|
A D | raydium_i2c_ts.c | 171 int error; in raydium_i2c_send() local 227 int error; in raydium_i2c_read() local 281 int error; in raydium_i2c_sw_reset() local 302 int error; in raydium_i2c_query_ts_bootloader_info() local 392 int error; in raydium_i2c_check_fw_status() local 490 error); in raydium_i2c_write_object() 623 error); in raydium_i2c_write_checksum() 639 error); in raydium_i2c_disable_watch_dog() 789 error); in raydium_i2c_do_update_firmware() 796 error); in raydium_i2c_do_update_firmware() [all …]
|
A D | ilitek_ts_i2c.c | 96 int error; in ilitek_i2c_write_and_read() local 217 int error; in api_protocol_set_cmd() local 224 if (error) in api_protocol_set_cmd() 233 int error; in api_protocol_get_ptl_ver() local 238 if (error) in api_protocol_get_ptl_ver() 250 int error; in api_protocol_get_mcu_ver() local 255 if (error) in api_protocol_get_mcu_ver() 268 int error; in api_protocol_get_fw_ver() local 273 if (error) in api_protocol_get_fw_ver() 284 int error; in api_protocol_get_scrn_res() local [all …]
|
A D | bu21013_ts.c | 240 int error; in bu21013_gpio_irq() local 264 int error; in bu21013_init_chip() local 268 if (error) { in bu21013_init_chip() 276 if (error) { in bu21013_init_chip() 283 if (error) { in bu21013_init_chip() 290 if (error) { in bu21013_init_chip() 298 if (error) { in bu21013_init_chip() 309 if (error) { in bu21013_init_chip() 317 if (error) { in bu21013_init_chip() 413 int error; in bu21013_probe() local [all …]
|
A D | silead.c | 125 int error; in silead_ts_request_input_dev() local 162 int error; in silead_ts_request_pen_input_dev() local 319 int error; in silead_ts_init() local 323 if (error) in silead_ts_init() 329 if (error) in silead_ts_init() 335 if (error) in silead_ts_init() 341 if (error) in silead_ts_init() 354 int error; in silead_ts_reset() local 358 if (error) in silead_ts_reset() 364 if (error) in silead_ts_reset() [all …]
|
A D | ili210x.c | 138 int error; in ili211x_read_touch_data() local 231 int error; in ili251x_read_reg_common() local 257 int error; in ili251x_read_touch_data() local 264 if (error >= 0 && error != ILI251X_DATA_SIZE2) in ili251x_read_touch_data() 340 int error; in ili210x_irq() local 369 int error; in ili251x_firmware_update_resolution() local 373 if (error) in ili251x_firmware_update_resolution() 395 int error; in ili251x_firmware_update_firmware_version() local 411 int error; in ili251x_firmware_update_kernel_version() local 427 int error; in ili251x_firmware_update_protocol_version() local [all …]
|
A D | cyttsp_core.c | 81 int error; in ttsp_read_block_data() local 99 int error; in ttsp_write_block_data() local 139 int error; in cyttsp_exit_bl_mode() local 149 if (error) in cyttsp_exit_bl_mode() 156 if (error) in cyttsp_exit_bl_mode() 167 int error; in cyttsp_set_operational_mode() local 170 if (error) in cyttsp_set_operational_mode() 176 if (error) in cyttsp_set_operational_mode() 180 if (error) in cyttsp_set_operational_mode() 188 int error; in cyttsp_set_sysinfo_mode() local [all …]
|
A D | elants_i2c.c | 325 error); in elants_i2c_calibrate() 342 int error; in elants_i2c_sw_reset() local 371 int error; in elants_i2c_query_hw_version() local 396 int error; in elants_i2c_query_fw_version() local 421 int error; in elants_i2c_query_test_version() local 848 error); in elants_i2c_do_update_firmware() 865 error); in elants_i2c_do_update_firmware() 873 error); in elants_i2c_do_update_firmware() 881 error); in elants_i2c_do_update_firmware() 922 error); in elants_i2c_fw_update() [all …]
|
/linux-6.3-rc2/drivers/base/test/ |
A D | property-entry-test.c | 25 int error; in pe_test_uints() local 31 KUNIT_EXPECT_EQ(test, error, 1); in pe_test_uints() 34 KUNIT_EXPECT_EQ(test, error, 0); in pe_test_uints() 38 KUNIT_EXPECT_EQ(test, error, 0); in pe_test_uints() 42 KUNIT_EXPECT_NE(test, error, 0); in pe_test_uints() 45 KUNIT_EXPECT_NE(test, error, 0); in pe_test_uints() 48 KUNIT_EXPECT_NE(test, error, 0); in pe_test_uints() 51 KUNIT_EXPECT_EQ(test, error, 0); in pe_test_uints() 136 int error; in pe_test_uint_arrays() local 269 int error; in pe_test_strings() local [all …]
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | elan_i2c_i2c.c | 142 int error; in elan_i2c_initialize() local 188 int error; in elan_i2c_power_control() local 194 error); in elan_i2c_power_control() 208 error); in elan_i2c_power_control() 234 int error; in elan_i2c_get_baseline_data() local 241 if (error) in elan_i2c_get_baseline_data() 251 int error; in elan_i2c_get_pattern() local 273 int error; in elan_i2c_get_version() local 458 error); in elan_i2c_get_pressure_adjustment() 480 error); in elan_i2c_iap_get_mode() [all …]
|
A D | cyapa.c | 172 int error; in cyapa_get_state() local 260 error: in cyapa_get_state() 261 return (error < 0) ? error : -EAGAIN; in cyapa_get_state() 281 int error; in cyapa_poll_state() local 292 return (error == -EAGAIN || error == -ETIMEDOUT) ? -ETIMEDOUT : error; in cyapa_poll_state() 313 int error; in cyapa_check_is_operational() local 355 if (error != -ETIMEDOUT && error != -ENODEV && in cyapa_detect() 394 error = error ? error : -EAGAIN; in cyapa_open() 1127 error = error ? error : ret; in cyapa_update_fw_store() 1132 return error ? error : count; in cyapa_update_fw_store() [all …]
|
A D | elan_i2c_smbus.c | 117 int error; in elan_smbus_calibrate_result() local 134 int error; in elan_smbus_get_baseline_data() local 153 int error; in elan_smbus_get_version() local 173 int error; in elan_smbus_get_sm_version() local 191 int error; in elan_smbus_get_product_id() local 208 int error; in elan_smbus_get_checksum() local 229 int error; in elan_smbus_get_max() local 249 int error; in elan_smbus_get_resolution() local 270 int error; in elan_smbus_get_num_traces() local 303 error); in elan_smbus_iap_get_mode() [all …]
|
/linux-6.3-rc2/fs/ |
A D | init.c | 47 int error; in init_chdir() local 50 if (error) in init_chdir() 53 if (!error) in init_chdir() 62 int error; in init_chroot() local 65 if (error) in init_chroot() 68 if (error) in init_chroot() 74 if (error) in init_chroot() 86 int error; in init_chown() local 89 if (error) in init_chown() 103 int error; in init_chmod() local [all …]
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr.c | 385 ASSERT(!error || error == -EEXIST); in xfs_attr_sf_addname() 395 if (error) in xfs_attr_sf_addname() 458 if (error) in xfs_attr_leaf_addname() 491 if (error) in xfs_attr_node_addname() 505 if (error) in xfs_attr_node_addname() 541 if (error) in xfs_attr_rmtval_alloc() 575 if (error) in xfs_attr_leaf_mark_incomplete() 614 error = 0; in xfs_attr_node_removename_setup() 622 if (error) in xfs_attr_node_removename_setup() 1264 if (error != -ENOATTR && error != -EEXIST) in xfs_attr_leaf_hasname() [all …]
|
A D | xfs_refcount.c | 191 if (error) in xfs_refcount_update() 218 if (error) in xfs_refcount_insert() 226 if (error) in xfs_refcount_insert() 248 if (error) in xfs_refcount_delete() 260 if (error) in xfs_refcount_delete() 265 if (error) in xfs_refcount_delete() 372 if (error) in xfs_refcount_split_extent() 378 if (error) in xfs_refcount_split_extent() 398 if (error) in xfs_refcount_split_extent() 405 if (error) in xfs_refcount_split_extent() [all …]
|
/linux-6.3-rc2/kernel/power/ |
A D | hibernate.c | 294 int error; in create_image() local 330 if (error) in create_image() 372 int error; in hibernation_snapshot() local 376 if (error) in hibernation_snapshot() 381 if (error) in hibernation_snapshot() 385 if (error) in hibernation_snapshot() 460 int error; in resume_target_kernel() local 469 if (error) in resume_target_kernel() 475 if (error) in resume_target_kernel() 482 if (error) in resume_target_kernel() [all …]
|
/linux-6.3-rc2/fs/gfs2/ |
A D | inode.c | 121 int error; in gfs2_inode_lookup() local 248 int error; in gfs2_lookup_by_inum() local 355 int error; in create_ok() local 359 if (error) in create_ok() 400 int error; in alloc_dinode() local 403 if (error) in alloc_dinode() 407 if (error) in alloc_dinode() 411 if (error) in alloc_dinode() 415 if (error) in alloc_dinode() 546 int error; in link_dinode() local [all …]
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | bma150.c | 181 int error; in bma150_set_mode() local 185 if (error) in bma150_set_mode() 190 if (error) in bma150_set_mode() 202 int error; in bma150_soft_reset() local 206 if (error) in bma150_soft_reset() 228 int error; in bma150_set_low_g_interrupt() local 233 if (error) in bma150_set_low_g_interrupt() 237 if (error) in bma150_set_low_g_interrupt() 241 if (error) in bma150_set_low_g_interrupt() 252 int error; in bma150_set_high_g_interrupt() local [all …]
|
A D | drv2667.c | 133 int error; in drv2667_set_waveform_freq() local 164 if (error) in drv2667_set_waveform_freq() 185 int error; in drv2667_worker() local 248 int error; in drv2667_close() local 254 if (error) in drv2667_close() 292 error); in drv2667_init() 299 error); in drv2667_init() 313 error); in drv2667_init() 369 error); in drv2667_probe() 382 error); in drv2667_probe() [all …]
|
A D | da7280.c | 287 int error; in da7280_haptic_mem_update() local 291 if (error) in da7280_haptic_mem_update() 302 if (error) in da7280_haptic_mem_update() 314 if (error) in da7280_haptic_mem_update() 318 if (error) in da7280_haptic_mem_update() 329 int error; in da7280_haptic_set_pwm() local 356 if (error) in da7280_haptic_set_pwm() 364 int error; in da7280_haptic_activate() local 441 int error; in da7280_haptic_deactivate() local 480 error); in da7280_haptic_deactivate() [all …]
|
/linux-6.3-rc2/drivers/bus/fsl-mc/ |
A D | dprc-driver.c | 142 int error; in check_plugged_state_change() local 154 error); in check_plugged_state_change() 166 int error; in fsl_mc_obj_device_add() local 244 int error; in dprc_scan_objects() local 255 error); in dprc_scan_objects() 475 error); in disable_dprc_irq() 486 error); in disable_dprc_irq() 497 error); in disable_dprc_irq() 532 error); in register_dprc_irq_handler() 552 error); in enable_dprc_irq() [all …]
|
/linux-6.3-rc2/drivers/phy/motorola/ |
A D | phy-cpcap-usb.c | 174 if (error) in cpcap_phy_get_ints_state() 182 if (error) in cpcap_phy_get_ints_state() 191 if (error) in cpcap_phy_get_ints_state() 206 int error; in cpcap_usb_try_musb_mailbox() local 209 if (!error) in cpcap_usb_try_musb_mailbox() 221 int error; in cpcap_usb_detect() local 226 if (error) in cpcap_usb_detect() 302 if (error) in cpcap_usb_detect() 324 if (error) in cpcap_usb_detect() 417 int error; in cpcap_usb_set_uart_mode() local [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_attr_inactive.c | 41 int error; in xfs_attr3_rmt_stale() local 54 if (error) in xfs_attr3_rmt_stale() 65 if (error) in xfs_attr3_rmt_stale() 116 if (error) in xfs_attr3_leaf_inactive() 177 if (error) in xfs_attr3_node_inactive() 203 if (error) in xfs_attr3_node_inactive() 213 if (error) in xfs_attr3_node_inactive() 270 if (error) in xfs_attr3_root_inactive() 294 if (error) in xfs_attr3_root_inactive() 302 if (error) in xfs_attr3_root_inactive() [all …]
|
/linux-6.3-rc2/fs/dlm/ |
A D | recoverd.c | 43 error = 0; in enable_locking() 48 return error; in enable_locking() 80 if (error) { in ls_recover() 94 if (error) { in ls_recover() 107 if (error) { in ls_recover() 115 if (error) { in ls_recover() 210 if (error) { in ls_recover() 222 if (error) { in ls_recover() 228 if (error) { in ls_recover() 234 if (error) { in ls_recover() [all …]
|