CYAPA_REG_MAP_SIZE  304 drivers/input/mouse/cyapa.h 	u8 irq_cmd_buf[CYAPA_REG_MAP_SIZE];
CYAPA_REG_MAP_SIZE  305 drivers/input/mouse/cyapa.h 	u8 empty_buf[CYAPA_REG_MAP_SIZE];
CYAPA_REG_MAP_SIZE  378 drivers/input/mouse/cyapa_gen5.c 	if (!buf || size > CYAPA_REG_MAP_SIZE)
CYAPA_REG_MAP_SIZE  456 drivers/input/mouse/cyapa_gen5.c 		buf_len = (*len < CYAPA_REG_MAP_SIZE) ?
CYAPA_REG_MAP_SIZE  457 drivers/input/mouse/cyapa_gen5.c 				*len : CYAPA_REG_MAP_SIZE;
CYAPA_REG_MAP_SIZE  488 drivers/input/mouse/cyapa_gen5.c 		} else if (length > CYAPA_REG_MAP_SIZE) {