Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dalps.h174 struct alps_protocol_info { struct
191 struct alps_protocol_info protocol_info; argument
Dalps.c139 static const struct alps_protocol_info alps_v3_protocol_data = {
143 static const struct alps_protocol_info alps_v3_rushmore_data = {
147 static const struct alps_protocol_info alps_v4_protocol_data = {
151 static const struct alps_protocol_info alps_v5_protocol_data = {
155 static const struct alps_protocol_info alps_v7_protocol_data = {
159 static const struct alps_protocol_info alps_v8_protocol_data = {
163 static const struct alps_protocol_info alps_v9_protocol_data = {
2724 const struct alps_protocol_info *protocol) in alps_set_protocol()
2849 static const struct alps_protocol_info *alps_match_table(unsigned char *e7, in alps_match_table()
2884 const struct alps_protocol_info *protocol; in alps_identify()