Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dcypress_ps2.c388 ret = input_mt_init_slots(input, CYTP_MAX_MT_SLOTS, in cypress_set_input_params()
502 if (n > CYTP_MAX_MT_SLOTS) in cypress_parse_packet()
503 n = CYTP_MAX_MT_SLOTS; in cypress_parse_packet()
525 struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
526 int slots[CYTP_MAX_MT_SLOTS]; in cypress_process_packet()
532 if (n > CYTP_MAX_MT_SLOTS) in cypress_process_packet()
533 n = CYTP_MAX_MT_SLOTS; in cypress_process_packet()
Dcypress_ps2.h133 #define CYTP_MAX_MT_SLOTS 2 macro
144 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS];