Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dcyapa.h57 #define CYAPA_REG_MAP_SIZE 256 macro
304 u8 irq_cmd_buf[CYAPA_REG_MAP_SIZE];
305 u8 empty_buf[CYAPA_REG_MAP_SIZE];
Dcyapa_gen5.c378 if (!buf || size > CYAPA_REG_MAP_SIZE) in cyapa_i2c_pip_read()
456 buf_len = (*len < CYAPA_REG_MAP_SIZE) ? in cyapa_empty_pip_output_data()
457 *len : CYAPA_REG_MAP_SIZE; in cyapa_empty_pip_output_data()
488 } else if (length > CYAPA_REG_MAP_SIZE) { in cyapa_empty_pip_output_data()