Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/base/regmap/
H A Dregmap-kunit.c243 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_read_write()
269 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_write()
302 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_read()
332 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_write()
371 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in multi_read()
403 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed()
469 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_bypassed_volatile()
533 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in write_readonly()
563 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_writeonly()
599 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults()
[all …]
/linux-6.15/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-6.15/lib/tests/
H A Dbitfield_kunit.c19 KUNIT_ASSERT_FALSE(context, \
34 KUNIT_ASSERT_FALSE(context, \
49 KUNIT_ASSERT_FALSE(context, \
99 KUNIT_ASSERT_FALSE(context, \
H A Dkunit_iov_iter.c558 KUNIT_ASSERT_FALSE(test, xa_is_err(x)); in iov_kunit_load_xarray()
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c251 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_alloc_order_caching_match()
285 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_caching_mismatch()
294 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_caching_mismatch()
295 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()
319 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_order_mismatch()
328 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_order_mismatch()
329 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()
360 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_free_dma_alloc()
407 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_fini_basic()
H A Dttm_device_test.c92 KUNIT_ASSERT_FALSE(test, man->use_type); in ttm_device_fini_basic()
185 KUNIT_ASSERT_FALSE(test, in ttm_device_init_pools()
H A Dttm_resource_test.c142 KUNIT_ASSERT_FALSE(test, res->bus.is_iomem); in ttm_resource_init_basic()
261 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-6.15/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-6.15/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.c304 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_mgr_test_init()
/linux-6.15/sound/soc/
H A Dsoc-ops-test.c447 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_info()
489 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access()
491 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access()
502 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access()
506 KUNIT_ASSERT_FALSE(test, ret); in soc_ops_test_access()
/linux-6.15/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-6.15/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c1522 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb()
1543 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc()
1582 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc()
1644 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid()
1681 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc()
1706 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc()
1729 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc()
1751 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc()
1773 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc()
H A Ddrm_hdmi_state_helper_test.c937 KUNIT_ASSERT_FALSE(test, info->is_hdmi); in drm_test_check_output_bpc_dvi()
987 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_8bpc()
1036 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_10bpc()
1085 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_12bpc()
1201 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_max_tmds_rate_bpc_fallback()
1272 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_max_tmds_rate_format_fallback()
H A Ddrm_gem_shmem_test.c179 KUNIT_ASSERT_FALSE(test, iosys_map_is_null(&map)); in drm_gem_shmem_test_vmap()
/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_rw.c1524 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_read_with_seek_oob()
1589 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_read_with_length_overflow()
1658 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_read_with_seek_and_length_oob()
1731 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_write_with_seek_oob()
1805 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_write_with_length_overflow()
1883 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_write_with_seek_and_length_oob()
1915 KUNIT_ASSERT_FALSE(test, param->flags & WMFW_CTL_FLAG_READABLE); in cs_dsp_ctl_read_from_writeonly()
1960 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_read_from_writeonly()
1989 KUNIT_ASSERT_FALSE(test, param->flags & WMFW_CTL_FLAG_WRITEABLE); in cs_dsp_ctl_write_to_readonly()
2036 KUNIT_ASSERT_FALSE(test, dsp->running); in cs_dsp_ctl_write_to_readonly()
/linux-6.15/mm/kfence/
H A Dkfence_test.c565 KUNIT_ASSERT_FALSE(test, report_available()); in test_free_bulk()
742 KUNIT_ASSERT_FALSE(test, report_available()); /* No reports yet! */ in test_krealloc()
/linux-6.15/drivers/thunderbolt/
H A Dtest.c1986 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 8, 1, 15, 1)); in tb_test_tunnel_dma_match()
1994 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 8, -1, 8, -1)); in tb_test_tunnel_dma_match()
2004 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 1, 15, 1)); in tb_test_tunnel_dma_match()
2005 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 15, 1)); in tb_test_tunnel_dma_match()
2006 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 11, -1, -1)); in tb_test_tunnel_dma_match()
2016 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 15, 1)); in tb_test_tunnel_dma_match()
2017 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 10, 11)); in tb_test_tunnel_dma_match()
2018 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 11, -1, -1)); in tb_test_tunnel_dma_match()
/linux-6.15/lib/kunit/
H A Dkunit-test.c239 KUNIT_ASSERT_FALSE(test, in kunit_resource_test_destroy_resource()
/linux-6.15/include/kunit/
H A Dtest.h1326 #define KUNIT_ASSERT_FALSE(test, condition) \ macro

12