Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/ !
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()
/linux-6.6.21/drivers/input/touchscreen/ !
Dcyttsp4_core.h273 size_t test_size; member
Dcyttsp4_core.c292 si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs; in cyttsp4_si_get_test_data()
294 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data()
302 rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size, in cyttsp4_si_get_test_data()
311 (u8 *)si->si_ptrs.test, si->si_ofs.test_size, in cyttsp4_si_get_test_data()
624 si->si_ofs.test_ofs, si->si_ofs.test_size); in cyttsp4_si_put_log_data()
/linux-6.6.21/arch/ia64/include/asm/ !
Dpal.h1530 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument
1533 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ !
Dbtf.c8122 int test_size, expect_size; in do_test_dedup() local
8126 test_size = btf_type_size(test_type); in do_test_dedup()
8129 if (CHECK(test_size != expect_size, in do_test_dedup()
8131 i, test_size, expect_size)) { in do_test_dedup()