Searched refs:empty_buf (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/input/mouse/ |
| D | cyapa_gen5.c | 439 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, in cyapa_empty_pip_output_data() 444 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data() 455 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data() 457 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data() 465 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in cyapa_empty_pip_output_data() 471 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data() 475 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data() 477 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data() 888 ret = cyapa_i2c_pip_read(cyapa, pip->empty_buf, length); in gen5_cmd_resp_header_parse() 904 } else if ((pip->empty_buf[PIP_RESP_REPORT_ID_OFFSET] == in gen5_cmd_resp_header_parse() [all …]
|
| D | cyapa.h | 293 u8 empty_buf[CYAPA_REG_MAP_SIZE]; member
|