Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/input/
Dalps.txt11 have enough behavior differences that the alps_model_data definition
13 adequate. The design choices were to re-define the alps_model_data
15 the new devices outside of the alps_model_data table. The latter design
73 separated from the original alps_model_data table and put in the
/linux-4.1.27/drivers/input/mouse/
Dalps.c106 static const struct alps_model_info alps_model_data[] = { variable
2696 for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { in alps_match_table()
2697 model = &alps_model_data[i]; in alps_match_table()