Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_FALSE (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-kunit.c302 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 Dinput_test.c102 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 Ddevice-attribute-test.c108 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 Dfpga-region-test.c171 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 Dfpga-bridge-test.c70 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in register_test_bridge()
H A Dfpga-mgr-test.c305 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_mgr_test_init()
/linux/sound/soc/
H A Dsoc-ops-test.c447 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 Dmfp.c231 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 Dxe_kunit_helpers.c122 KUNIT_ASSERT_FALSE(test, xe_device_wedged(xe)); in xe_kunit_helper_xe_device_live_test_init()
/linux/kernel/events/
H A Dhw_breakpoint_test.c70 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 Dled-test.c81 KUNIT_ASSERT_FALSE(test, IS_ERR(cdev_get)); in led_test_class_add_lookup_and_get()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c142 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 Dttm_tt_test.c315 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 Dclk-gate_test.c409 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 Ddrm_gem_shmem_test.c184 KUNIT_ASSERT_FALSE(test, iosys_map_is_null(&map)); in drm_gem_shmem_test_vmap()
/linux/lib/kunit/
H A Dkunit-test.c243 KUNIT_ASSERT_FALSE(test, in kunit_resource_test_destroy_resource()
/linux/include/kunit/
H A Dtest.h1392 #define KUNIT_ASSERT_FALSE(test, condition) \ macro
/linux/lib/tests/
H A Dkunit_iov_iter.c567 KUNIT_ASSERT_FALSE(test, xa_is_err(x)); in iov_kunit_load_xarray()