Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/input/devices/
H A Dalps.rst12 have enough behavior differences that the alps_model_data definition
14 adequate. The design choices were to re-define the alps_model_data
16 the new devices outside of the alps_model_data table. The latter design
74 separated from the original alps_model_data table and put in the
/openbmc/linux/drivers/input/mouse/
H A Dalps.c106 static const struct alps_model_info alps_model_data[] = { variable
2855 for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { in alps_match_table()
2856 model = &alps_model_data[i]; in alps_match_table()