Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c1744 u8 *full_write_buf; in cyttsp5_hid_output_write_conf_block_() local
1757 full_write_buf = kzalloc(full_write_length, GFP_KERNEL); in cyttsp5_hid_output_write_conf_block_()
1758 if (!full_write_buf) in cyttsp5_hid_output_write_conf_block_()
1761 hid_output.write_buf = full_write_buf; in cyttsp5_hid_output_write_conf_block_()
1762 full_write_buf[cmd_offset++] = LOW_BYTE(row_number); in cyttsp5_hid_output_write_conf_block_()
1763 full_write_buf[cmd_offset++] = HI_BYTE(row_number); in cyttsp5_hid_output_write_conf_block_()
1764 full_write_buf[cmd_offset++] = LOW_BYTE(write_length); in cyttsp5_hid_output_write_conf_block_()
1765 full_write_buf[cmd_offset++] = HI_BYTE(write_length); in cyttsp5_hid_output_write_conf_block_()
1766 full_write_buf[cmd_offset++] = ebid; in cyttsp5_hid_output_write_conf_block_()
1767 data = &full_write_buf[cmd_offset]; in cyttsp5_hid_output_write_conf_block_()
[all …]