Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c1743 int full_write_length = 2 + 2 + 1 + write_length + 8 + 2; in cyttsp5_hid_output_write_conf_block_() local
1753 .write_length = full_write_length, in cyttsp5_hid_output_write_conf_block_()
1757 full_write_buf = kzalloc(full_write_length, GFP_KERNEL); in cyttsp5_hid_output_write_conf_block_()