Searched refs:test_size (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | isp1362-hcd.c | 2442 int test_size = 0; in isp1362_chip_test() local 2460 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test() 2462 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2464 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test() 2465 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2466 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2469 PTD_HEADER_SIZE + test_size); in isp1362_chip_test() 2471 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp4_core.h | 297 size_t test_size; member
|
D | cyttsp4_core.c | 273 si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs; in cyttsp4_si_get_test_data() 275 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data() 282 rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 291 (u8 *)si->si_ptrs.test, si->si_ofs.test_size, in cyttsp4_si_get_test_data() 592 si->si_ofs.test_ofs, si->si_ofs.test_size); in cyttsp4_si_put_log_data()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 1528 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument 1531 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
|