Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/input/devices/
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
/linux-6.12.1/drivers/input/mouse/
Dalps.c106 static const struct alps_model_info alps_model_data[] = { variable
2861 for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { in alps_match_table()
2862 model = &alps_model_data[i]; in alps_match_table()