Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dcyapa.h57 #define CYAPA_REG_MAP_SIZE 256 macro
292 u8 irq_cmd_buf[CYAPA_REG_MAP_SIZE];
293 u8 empty_buf[CYAPA_REG_MAP_SIZE];
Dcyapa_gen5.c372 if (!buf || size > CYAPA_REG_MAP_SIZE) in cyapa_i2c_pip_read()
416 buf_len = (*len < CYAPA_REG_MAP_SIZE) ? in cyapa_empty_pip_output_data()
417 *len : CYAPA_REG_MAP_SIZE; in cyapa_empty_pip_output_data()
448 } else if (length > CYAPA_REG_MAP_SIZE) { in cyapa_empty_pip_output_data()