Home
last modified time | relevance | path

Searched refs:test_size (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/xe/tests/
A Dxe_guc_db_mgr_test.c59 static void test_size(struct kunit *test) in test_size() function
187 KUNIT_CASE_PARAM(test_size, guc_dbm_gen_params),
/drivers/usb/host/
A Disp1362-hcd.c2432 int test_size = 0; in isp1362_chip_test() local
2450 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test()
2452 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2454 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
2455 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2456 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2459 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2461 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()

Completed in 8 milliseconds