Home
last modified time | relevance | path

Searched refs:fts_malloc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c377 buffer_master = fts_malloc((master_tx + 1) * master_rx * sizeof(int)); in ft8201_get_tx_rx_cb()
384 buffer_slave = fts_malloc((slave_tx + 1) * slave_rx * sizeof(int)); in ft8201_get_tx_rx_cb()
468 buffer_master = fts_malloc((master_tx + 1) * master_rx * sizeof(int)); in ft8201_weakshort_get_adcdata()
475 buffer_slave = fts_malloc((slave_tx + 1) * slave_rx * sizeof(int)); in ft8201_weakshort_get_adcdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h531 void *fts_malloc(size_t size);
538 p = fts_malloc(size);\
H A Dfocaltech_test.c70 void *fts_malloc(size_t size) in fts_malloc() function
336 data = (u8 *)fts_malloc(byte_num * sizeof(u8)); in read_mass_data()
614 data = (u8 *)fts_malloc(byte_num * sizeof(u8)); in get_cb_incell()
682 cb = (u8 *)fts_malloc(byte_num * sizeof(u8)); in get_cb_sc()
1708 tdata->buffer = (int *)fts_malloc(tdata->buffer_length); in fts_test_main_init()