| /linux/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 302 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_read_write() 328 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_write() 361 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_read() 391 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_write() 430 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_read() 462 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed() 528 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed_volatile() 592 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in write_readonly() 622 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_writeonly() 658 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults() [all …]
|
| /linux/drivers/input/tests/ |
| H A D | input_test.c | 102 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id() 109 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id() 116 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id() 123 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id() 130 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
|
| /linux/drivers/firewire/ |
| H A D | device-attribute-test.c | 108 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_simple_avc() 111 KUNIT_ASSERT_FALSE(test, is_fw_device(unit0_dev)); in device_attr_simple_avc() 190 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_legacy_avc() 193 KUNIT_ASSERT_FALSE(test, is_fw_device(unit0_dev)); in device_attr_legacy_avc()
|
| /linux/drivers/fpga/tests/ |
| H A D | fpga-region-test.c | 171 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_region_test_init() 178 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in fpga_region_test_init() 193 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->region)); in fpga_region_test_init()
|
| H A D | fpga-bridge-test.c | 70 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in register_test_bridge()
|
| H A D | fpga-mgr-test.c | 305 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_mgr_test_init()
|
| /linux/sound/soc/ |
| H A D | soc-ops-test.c | 447 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_info() 494 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access() 496 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access() 507 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access() 511 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access()
|
| /linux/net/mac80211/tests/ |
| H A D | mfp.c | 231 KUNIT_ASSERT_FALSE(test, params->mfp); in accept_mfp() 232 KUNIT_ASSERT_FALSE(test, params->decrypted); in accept_mfp()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_kunit_helpers.c | 122 KUNIT_ASSERT_FALSE(test, xe_device_wedged(xe)); in xe_kunit_helper_xe_device_live_test_init()
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint_test.c | 70 KUNIT_ASSERT_FALSE(test, IS_ERR(bp)); in fill_one_bp_slot() 101 KUNIT_ASSERT_FALSE(test, IS_ERR(tsk)); in get_other_task()
|
| /linux/drivers/leds/ |
| H A D | led-test.c | 81 KUNIT_ASSERT_FALSE(test, IS_ERR(cdev_get)); in led_test_class_add_lookup_and_get()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_resource_test.c | 142 KUNIT_ASSERT_FALSE(test, res->bus.is_iomem); in ttm_resource_init_basic() 262 KUNIT_ASSERT_FALSE(test, man->use_type); in ttm_resource_manager_set_used_basic()
|
| H A D | ttm_tt_test.c | 315 KUNIT_ASSERT_FALSE(test, ttm_tt_is_populated(tt)); in ttm_tt_unpopulate_basic() 370 KUNIT_ASSERT_FALSE(test, tt->page_flags & TTM_TT_FLAG_SWAPPED); in ttm_tt_swapin_basic()
|
| /linux/drivers/clk/ |
| H A D | clk-gate_test.c | 409 KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_disabled() 439 KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_disabled_inverted()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_gem_shmem_test.c | 184 KUNIT_ASSERT_FALSE(test, iosys_map_is_null(&map)); in drm_gem_shmem_test_vmap()
|
| /linux/lib/kunit/ |
| H A D | kunit-test.c | 243 KUNIT_ASSERT_FALSE(test, in kunit_resource_test_destroy_resource()
|
| /linux/include/kunit/ |
| H A D | test.h | 1392 #define KUNIT_ASSERT_FALSE(test, condition) \ macro
|
| /linux/lib/tests/ |
| H A D | kunit_iov_iter.c | 567 KUNIT_ASSERT_FALSE(test, xa_is_err(x)); in iov_kunit_load_xarray()
|