Searched refs:empty_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/mouse/ |
| A D | cyapa_gen5.c | 479 error = cyapa_i2c_pip_read(cyapa, pip->empty_buf, in cyapa_empty_pip_output_data() 484 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data() 495 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data() 497 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data() 511 length = get_unaligned_le16(pip->empty_buf); in cyapa_empty_pip_output_data() 515 func(cyapa, pip->empty_buf, length)) { in cyapa_empty_pip_output_data() 517 memcpy(buf, pip->empty_buf, length); in cyapa_empty_pip_output_data() 953 (pip->empty_buf[PIP_RESP_RSVD_OFFSET] == in gen5_cmd_resp_header_parse() 955 (pip->empty_buf[PIP_RESP_BL_SOP_OFFSET] == in gen5_cmd_resp_header_parse() 957 (pip->empty_buf[length - 1] == in gen5_cmd_resp_header_parse() [all …]
|
| A D | cyapa.h | 305 u8 empty_buf[CYAPA_REG_MAP_SIZE]; member
|
Completed in 11 milliseconds