Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dguillemot.c58 struct guillemot_type { struct
71 struct guillemot_type *type; argument
76 static struct guillemot_type guillemot_type[] = { variable
208 for (i = 0; guillemot_type[i].name; i++) in guillemot_connect()
209 if (guillemot_type[i].id == data[11]) in guillemot_connect()
212 if (!guillemot_type[i].name) { in guillemot_connect()
223 guillemot->type = guillemot_type + i; in guillemot_connect()
225 input_dev->name = guillemot_type[i].name; in guillemot_connect()
229 input_dev->id.product = guillemot_type[i].id; in guillemot_connect()