Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 4630) sorted by relevance

12345678910>>...186

/linux-6.15/drivers/input/touchscreen/
H A Drohm_bu21023.c350 if (error) in rohm_ts_manual_calibration()
355 if (error) in rohm_ts_manual_calibration()
365 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()
662 if (error) in rohm_ts_load_firmware()
725 return error ? error : error2; in rohm_ts_load_firmware()
[all …]
H A Dgoodix_fwupload.c114 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 …]
H A Draydium_i2c_ts.c171 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 …]
H A Dilitek_ts_i2c.c97 int error; in ilitek_i2c_write_and_read() local
222 int error; in api_protocol_set_cmd() local
229 if (error) in api_protocol_set_cmd()
238 int error; in api_protocol_get_ptl_ver() local
243 if (error) in api_protocol_get_ptl_ver()
255 int error; in api_protocol_get_mcu_ver() local
260 if (error) in api_protocol_get_mcu_ver()
273 int error; in api_protocol_get_fw_ver() local
278 if (error) in api_protocol_get_fw_ver()
289 int error; in api_protocol_get_scrn_res() local
[all …]
/linux-6.15/drivers/base/test/
H A Dproperty-entry-test.c25 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.15/drivers/input/mouse/
H A Delan_i2c_i2c.c142 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 …]
H A Dcyapa.c172 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 …]
H A Delan_i2c_smbus.c117 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.15/fs/xfs/scrub/
H A Dparent_repair.c228 if (error) in xrep_setup_parent()
340 if (error) in xrep_parent_replay_updates()
345 if (error) in xrep_parent_replay_updates()
387 if (error) in xrep_parent_stash_parentadd()
413 if (error) in xrep_parent_stash_parentremove()
573 if (error) in xrep_parent_scan_dirtree()
701 if (error) in xrep_parent_reset_dotdot()
706 if (error) in xrep_parent_reset_dotdot()
737 if (error) in xrep_parent_lookup_pptr()
760 if (error && error != -ECANCELED) in xrep_parent_lookup_pptrs()
[all …]
H A Drtrefcount_repair.c186 if (error) in xrep_rtrefc_stash()
245 if (error) in xrep_rtrefc_walk_rmaps()
251 if (error) in xrep_rtrefc_walk_rmaps()
327 if (error) in xrep_rtrefc_sort_records()
373 if (error) in xrep_rtrefc_walk_rmap()
410 if (error) in xrep_rtrefc_push_rmaps_at()
430 if (error) in xrep_rtrefc_scan_ag()
470 if (error) in xrep_rtrefc_find_refcounts()
475 if (error) in xrep_rtrefc_find_refcounts()
624 if (error) in xrep_rtrefc_build_new_tree()
[all …]
H A Drefcount_repair.c127 int error; in xrep_setup_ag_refcountbt() local
150 if (error) in xrep_refc_check_ext()
158 if (error) in xrep_refc_check_ext()
189 if (error) in xrep_refc_stash()
257 if (error) in xrep_refc_walk_rmaps()
263 if (error) in xrep_refc_walk_rmaps()
339 if (error) in xrep_refc_sort_records()
396 if (error) in xrep_refc_push_rmaps_at()
428 if (error) in xrep_refc_find_refcounts()
433 if (error) in xrep_refc_find_refcounts()
[all …]
H A Ddir_repair.c190 if (error) in xrep_setup_directory()
194 if (error) in xrep_setup_directory()
220 if (error) in xrep_dir_lookup_parent()
226 if (error) in xrep_dir_lookup_parent()
249 if (error) in xrep_dir_dcache_parent()
340 if (error) in xrep_dir_stash_createname()
367 if (error) in xrep_dir_stash_removename()
415 if (error) in xrep_dir_salvage_entry()
701 if (error) in xrep_dir_replay_createname()
752 if (error) in xrep_dir_replay_update()
[all …]
H A Dnlinks.c51 int error; in xchk_setup_nlinks() local
57 if (error) in xchk_setup_nlinks()
132 if (error) in xchk_nlinks_update_incore()
194 if (error) in xchk_nlinks_live_update()
208 if (error) in xchk_nlinks_live_update()
357 if (error) in xchk_nlinks_collect_pptr()
365 if (error) in xchk_nlinks_collect_pptr()
422 if (error) in xchk_nlinks_collect_dir()
486 if (error) in xchk_nlinks_collect_metafiles()
490 if (error) in xchk_nlinks_collect_metafiles()
[all …]
H A Dparent.c36 int error; in xchk_setup_parent() local
40 if (error) in xchk_setup_parent()
41 return error; in xchk_setup_parent()
165 if (error == -EINVAL || error == -ENOENT) { in xchk_parent_validate()
290 if (error) in xchk_parent_scan_dotdot()
339 if (!error || error == -EFSCORRUPTED) { in xchk_parent_pptr_and_dotdot()
429 if (error == -EINVAL || error == -ENOENT) { in xchk_parent_iget()
501 if (error) in xchk_parent_scan_attr()
532 if (error) in xchk_parent_scan_attr()
591 if (error) in xchk_parent_slow_pptr()
[all …]
H A Drtrmap_repair.c107 int error; in xrep_setup_rtrmapbt() local
114 if (error) in xrep_setup_rtrmapbt()
174 if (error) in xrep_rtrmap_stash()
178 if (error) in xrep_rtrmap_stash()
251 if (error) in xrep_rtrmap_visit_bmbt()
291 if (error) in xrep_rtrmap_scan_bmbt()
402 if (error) in xrep_rtrmap_walk_rmap()
420 if (error) in xrep_rtrmap_scan_ag()
509 if (error) in xrep_rtrmap_find_refcount_rmaps()
514 if (error) in xrep_rtrmap_find_refcount_rmaps()
[all …]
H A Drmap_repair.c175 if (error) in xrep_setup_ag_rmapbt()
202 if (error) in xrep_rmap_check_mapping()
243 if (error) in xrep_rmap_stash()
247 if (error) in xrep_rmap_stash()
370 if (error) in xrep_rmap_visit_bmbt()
422 if (error) in xrep_rmap_scan_iroot_btree()
428 if (error) in xrep_rmap_scan_iroot_btree()
647 if (error) in xrep_rmap_scan_inode()
652 if (error) in xrep_rmap_scan_inode()
690 if (error) in xrep_rmap_walk_inobt()
[all …]
H A Dattr_repair.c228 if (error) in xrep_xattr_salvage_key()
233 if (error) in xrep_xattr_salvage_key()
237 if (error) in xrep_xattr_salvage_key()
364 if (error) in xrep_xattr_salvage_remote_attr()
373 if (error) in xrep_xattr_salvage_remote_attr()
381 if (error == -EFSBADCRC || error == -EFSCORRUPTED) in xrep_xattr_salvage_remote_attr()
579 if (error) in xrep_xattr_recover_block()
643 if (error) in xrep_xattr_insert_rec()
647 if (error) in xrep_xattr_insert_rec()
652 if (error) in xrep_xattr_insert_rec()
[all …]
H A Dalloc_repair.c162 if (error) in xrep_abt_check_free_ext()
172 if (error) in xrep_abt_check_free_ext()
180 if (error) in xrep_abt_check_free_ext()
209 if (error) in xrep_abt_stash()
215 if (error) in xrep_abt_stash()
242 if (error) in xrep_abt_walk_rmap()
307 if (error) in xrep_bnobt_sort_records()
380 if (error) in xrep_abt_find_freespace()
393 if (error) in xrep_abt_find_freespace()
397 if (error) in xrep_abt_find_freespace()
[all …]
/linux-6.15/fs/
H A Dinit.c47 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.15/drivers/input/misc/
H A Ddrv2667.c133 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 …]
H A Ddrv260x.c213 int error; in drv260x_worker() local
256 int error; in drv260x_close() local
261 if (error) in drv260x_close()
309 int error; in drv260x_init() local
317 error); in drv260x_init()
326 error); in drv260x_init()
338 error); in drv260x_init()
351 error); in drv260x_init()
361 error); in drv260x_init()
374 error); in drv260x_init()
[all …]
H A Dbma150.c181 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 …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr.c241 if (error) in xfs_attr_get_ilocked()
393 ASSERT(!error || error == -EEXIST); in xfs_attr_sf_addname()
403 if (error) in xfs_attr_sf_addname()
525 if (error) in xfs_attr_leaf_addname()
596 if (error) in xfs_attr_node_addname()
610 if (error) in xfs_attr_node_addname()
646 if (error) in xfs_attr_rmtval_alloc()
680 if (error) in xfs_attr_leaf_mark_incomplete()
719 error = 0; in xfs_attr_node_removename_setup()
1240 if (error != -ENOATTR && error != -EEXIST) in xfs_attr_leaf_hasname()
[all …]
/linux-6.15/kernel/power/
H A Dhibernate.c305 int error; in create_image() local
341 if (error) in create_image()
383 int error; in hibernation_snapshot() local
387 if (error) in hibernation_snapshot()
392 if (error) in hibernation_snapshot()
396 if (error) in hibernation_snapshot()
471 int error; in resume_target_kernel() local
480 if (error) in resume_target_kernel()
486 if (error) in resume_target_kernel()
686 if (error == -EAGAIN || error == -EBUSY) { in power_down()
[all …]
/linux-6.15/fs/gfs2/
H A Dinode.c121 int error; in gfs2_inode_lookup() local
249 int error; in gfs2_lookup_by_inum() local
363 int error; in create_ok() local
367 if (error) in create_ok()
408 int error; in alloc_dinode() local
411 if (error) in alloc_dinode()
415 if (error) in alloc_dinode()
419 if (error) in alloc_dinode()
423 if (error) in alloc_dinode()
554 int error; in link_dinode() local
[all …]

12345678910>>...186