Home
last modified time | relevance | path

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

/linux/drivers/input/tests/
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/base/regmap/
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/lib/
A Dbitfield_kunit.c19 KUNIT_ASSERT_FALSE(context, \
34 KUNIT_ASSERT_FALSE(context, \
49 KUNIT_ASSERT_FALSE(context, \
99 KUNIT_ASSERT_FALSE(context, \
A Dkunit_iov_iter.c561 KUNIT_ASSERT_FALSE(test, xa_is_err(x)); in iov_kunit_load_xarray()
/linux/drivers/gpu/drm/ttm/tests/
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()
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()
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()
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()
A Dttm_bo_validate_test.c565 KUNIT_ASSERT_FALSE(test, flags & TTM_TT_FLAG_PRIV_POPULATED); in ttm_bo_validate_no_placement_signaled()
/linux/drivers/firewire/
A Ddevice-attribute-test.c107 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_simple_avc()
110 KUNIT_ASSERT_FALSE(test, is_fw_device(unit0_dev)); in device_attr_simple_avc()
188 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_legacy_avc()
191 KUNIT_ASSERT_FALSE(test, is_fw_device(unit0_dev)); in device_attr_legacy_avc()
/linux/drivers/fpga/tests/
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()
A Dfpga-bridge-test.c70 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in register_test_bridge()
A Dfpga-mgr-test.c304 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_mgr_test_init()
/linux/drivers/gpu/drm/tests/
A Ddrm_connector_test.c1002 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb()
1023 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc()
1062 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc()
1124 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid()
1161 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc()
1186 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc()
1209 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc()
1231 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc()
1253 KUNIT_ASSERT_FALSE(test, mode->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc()
A Ddrm_hdmi_state_helper_test.c879 KUNIT_ASSERT_FALSE(test, info->is_hdmi); in drm_test_check_output_bpc_dvi()
930 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_8bpc()
977 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_10bpc()
1024 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_tmds_char_rate_rgb_12bpc()
1135 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_max_tmds_rate_bpc_fallback()
1204 KUNIT_ASSERT_FALSE(test, preferred->flags & DRM_MODE_FLAG_DBLCLK); in drm_test_check_max_tmds_rate_format_fallback()
A Ddrm_gem_shmem_test.c179 KUNIT_ASSERT_FALSE(test, iosys_map_is_null(&map)); in drm_gem_shmem_test_vmap()
/linux/net/mac80211/tests/
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/
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/
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/clk/
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()
A Dclk_test.c2563 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2600 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
/linux/mm/kfence/
A Dkfence_test.c548 KUNIT_ASSERT_FALSE(test, report_available()); in test_free_bulk()
725 KUNIT_ASSERT_FALSE(test, report_available()); /* No reports yet! */ in test_krealloc()
/linux/drivers/thunderbolt/
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/lib/kunit/
A Dkunit-test.c239 KUNIT_ASSERT_FALSE(test, in kunit_resource_test_destroy_resource()
/linux/include/kunit/
A Dtest.h1324 #define KUNIT_ASSERT_FALSE(test, condition) \ macro

Completed in 70 milliseconds