Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c1678 int read_ebid; in cyttsp5_hid_output_read_conf_block_() local
1705 read_ebid = cd->response_buf[6]; in cyttsp5_hid_output_read_conf_block_()
1706 if ((read_ebid != ebid) || (cd->response_buf[9] != 0)) in cyttsp5_hid_output_read_conf_block_()
1749 int read_ebid; in cyttsp5_hid_output_write_conf_block_() local
1786 read_ebid = cd->response_buf[6]; in cyttsp5_hid_output_write_conf_block_()
1787 if (read_ebid != ebid) { in cyttsp5_hid_output_write_conf_block_()