Searched refs:fts_malloc_r (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.c | 1340 fts_malloc_r(thr->rawdata_min, buflen); in fts_test_malloc_free_incell() 1341 fts_malloc_r(thr->rawdata_max, buflen); in fts_test_malloc_free_incell() 1343 fts_malloc_r(thr->rawdata2_min, buflen); in fts_test_malloc_free_incell() 1344 fts_malloc_r(thr->rawdata2_max, buflen); in fts_test_malloc_free_incell() 1346 fts_malloc_r(thr->cb_min, buflen); in fts_test_malloc_free_incell() 1347 fts_malloc_r(thr->cb_max, buflen); in fts_test_malloc_free_incell() 1369 fts_malloc_r(thr->rawdata_h_min, buflen); in fts_test_malloc_free_mc_sc() 1370 fts_malloc_r(thr->rawdata_h_max, buflen); in fts_test_malloc_free_mc_sc() 1372 fts_malloc_r(thr->rawdata_l_min, buflen); in fts_test_malloc_free_mc_sc() 1373 fts_malloc_r(thr->rawdata_l_max, buflen); in fts_test_malloc_free_mc_sc() [all …]
|
| H A D | focaltech_test.h | 536 #define fts_malloc_r(p, size) do {\ macro
|