Lines Matching refs:IS_ERR

208 	if (IS_ERR(ret))  in gen_regmap()
243 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_read_write()
244 if (IS_ERR(map)) in basic_read_write()
269 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_write()
270 if (IS_ERR(map)) in bulk_write()
302 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_read()
303 if (IS_ERR(map)) in bulk_read()
332 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_write()
333 if (IS_ERR(map)) in multi_write()
371 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_read()
372 if (IS_ERR(map)) in multi_read()
403 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed()
404 if (IS_ERR(map)) in read_bypassed()
469 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed_volatile()
470 if (IS_ERR(map)) in read_bypassed_volatile()
533 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in write_readonly()
534 if (IS_ERR(map)) in write_readonly()
563 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_writeonly()
564 if (IS_ERR(map)) in read_writeonly()
599 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults()
600 if (IS_ERR(map)) in reg_defaults()
625 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults_read_dev()
626 if (IS_ERR(map)) in reg_defaults_read_dev()
659 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in register_patch()
660 if (IS_ERR(map)) in register_patch()
713 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in stride()
714 if (IS_ERR(map)) in stride()
785 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_ranges()
786 if (IS_ERR(map)) in basic_ranges()
851 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in stress_insert()
852 if (IS_ERR(map)) in stress_insert()
898 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_bypass()
899 if (IS_ERR(map)) in cache_bypass()
934 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_marked_dirty()
935 if (IS_ERR(map)) in cache_sync_marked_dirty()
970 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_after_cache_only()
971 if (IS_ERR(map)) in cache_sync_after_cache_only()
1019 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_defaults_marked_dirty()
1020 if (IS_ERR(map)) in cache_sync_defaults_marked_dirty()
1068 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_default_after_cache_only()
1069 if (IS_ERR(map)) in cache_sync_default_after_cache_only()
1115 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_readonly()
1116 if (IS_ERR(map)) in cache_sync_readonly()
1155 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_sync_patch()
1156 if (IS_ERR(map)) in cache_sync_patch()
1211 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop()
1212 if (IS_ERR(map)) in cache_drop()
1255 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop_with_non_contiguous_ranges()
1256 if (IS_ERR(map)) in cache_drop_with_non_contiguous_ranges()
1353 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop_all_and_sync_marked_dirty()
1354 if (IS_ERR(map)) in cache_drop_all_and_sync_marked_dirty()
1393 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop_all_and_sync_no_defaults()
1394 if (IS_ERR(map)) in cache_drop_all_and_sync_no_defaults()
1436 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_drop_all_and_sync_has_defaults()
1437 if (IS_ERR(map)) in cache_drop_all_and_sync_has_defaults()
1478 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_present()
1479 if (IS_ERR(map)) in cache_present()
1514 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_write_zero()
1515 if (IS_ERR(map)) in cache_write_zero()
1560 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in cache_range_window_reg()
1561 if (IS_ERR(map)) in cache_range_window_reg()
1688 if (IS_ERR(ret)) in gen_raw_regmap()
1716 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_read_defaults_single()
1717 if (IS_ERR(map)) in raw_read_defaults_single()
1740 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_read_defaults()
1741 if (IS_ERR(map)) in raw_read_defaults()
1773 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_write_read_single()
1774 if (IS_ERR(map)) in raw_write_read_single()
1798 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_write()
1799 if (IS_ERR(map)) in raw_write()
1859 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_noinc_write()
1860 if (IS_ERR(map)) in raw_noinc_write()
1904 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_sync()
1905 if (IS_ERR(map)) in raw_sync()
1981 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in raw_ranges()
1982 if (IS_ERR(map)) in raw_ranges()
2082 if (IS_ERR(dev)) in regmap_test_init()