Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dcypress_ps2.c388 ret = input_mt_init_slots(input, CYTP_MAX_MT_SLOTS, in cypress_set_input_params()
500 if (n > CYTP_MAX_MT_SLOTS) in cypress_parse_packet()
501 n = CYTP_MAX_MT_SLOTS; in cypress_parse_packet()
523 struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
524 int slots[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
530 if (n > CYTP_MAX_MT_SLOTS) in cypress_process_packet()
531 n = CYTP_MAX_MT_SLOTS; in cypress_process_packet()
Dcypress_ps2.h134 #define CYTP_MAX_MT_SLOTS 2 macro
145 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS];