Lines Matching refs:IS_ERR
90 if (IS_ERR(ret)) { in gen_regmap()
115 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_read_write()
116 if (IS_ERR(map)) in basic_read_write()
145 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_write()
146 if (IS_ERR(map)) in bulk_write()
182 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_read()
183 if (IS_ERR(map)) in bulk_read()
217 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in write_readonly()
218 if (IS_ERR(map)) in write_readonly()
251 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_writeonly()
252 if (IS_ERR(map)) in read_writeonly()
291 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults()
292 if (IS_ERR(map)) in reg_defaults()
319 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults_read_dev()
320 if (IS_ERR(map)) in reg_defaults_read_dev()
355 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in register_patch()
356 if (IS_ERR(map)) in register_patch()
406 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in stride()
407 if (IS_ERR(map)) in stride()
474 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_ranges()
475 if (IS_ERR(map)) in basic_ranges()
544 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in stress_insert()
545 if (IS_ERR(map)) in stress_insert()
595 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_bypass()
596 if (IS_ERR(map)) in cache_bypass()
634 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync()
635 if (IS_ERR(map)) in cache_sync()
673 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_defaults()
674 if (IS_ERR(map)) in cache_sync_defaults()
709 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_readonly()
710 if (IS_ERR(map)) in cache_sync_readonly()
752 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_patch()
753 if (IS_ERR(map)) in cache_sync_patch()
811 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop()
812 if (IS_ERR(map)) in cache_drop()
852 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_present()
853 if (IS_ERR(map)) in cache_present()
978 if (IS_ERR(ret)) { in gen_raw_regmap()
998 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_read_defaults_single()
999 if (IS_ERR(map)) in raw_read_defaults_single()
1025 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_read_defaults()
1026 if (IS_ERR(map)) in raw_read_defaults()
1062 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_write_read_single()
1063 if (IS_ERR(map)) in raw_write_read_single()
1090 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_write()
1091 if (IS_ERR(map)) in raw_write()
1142 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_sync()
1143 if (IS_ERR(map)) in raw_sync()