Searched refs:test_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | isp1362-hcd.c | 2444 int test_size = 0; in isp1362_chip_test() local 2462 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test() 2464 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2466 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test() 2467 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2468 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2471 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2473 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp4_core.h | 297 size_t test_size; member
|
D | cyttsp4_core.c | 288 si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs; in cyttsp4_si_get_test_data() 290 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data() 298 rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 307 (u8 *)si->si_ptrs.test, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 620 si->si_ofs.test_ofs, si->si_ofs.test_size); in cyttsp4_si_put_log_data()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pal.h | 1529 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument 1532 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
|