Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c230 u8 *cmcp_threshold_data; member
3336 &dad->cmcp_threshold_data[0], dad->cmcp_threshold_size); in cyttsp5_cmcp_threshold_loading_store()
3345 kfree(dad->cmcp_threshold_data); in cyttsp5_cmcp_threshold_loading_store()
3346 dad->cmcp_threshold_data = NULL; in cyttsp5_cmcp_threshold_loading_store()
3383 p = krealloc(dad->cmcp_threshold_data, offset + count, GFP_KERNEL); in cyttsp5_cmcp_threshold_data_write()
3385 kfree(dad->cmcp_threshold_data); in cyttsp5_cmcp_threshold_data_write()
3386 dad->cmcp_threshold_data = NULL; in cyttsp5_cmcp_threshold_data_write()
3390 dad->cmcp_threshold_data = p; in cyttsp5_cmcp_threshold_data_write()
3392 memcpy(&dad->cmcp_threshold_data[offset], buf, count); in cyttsp5_cmcp_threshold_data_write()
5167 kfree(dad->cmcp_threshold_data); in cyttsp5_device_access_release()