Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dguillemot.c42 struct guillemot_type { struct
55 struct guillemot_type *type; argument
60 static struct guillemot_type guillemot_type[] = { variable
192 for (i = 0; guillemot_type[i].name; i++) in guillemot_connect()
193 if (guillemot_type[i].id == data[11]) in guillemot_connect()
196 if (!guillemot_type[i].name) { in guillemot_connect()
207 guillemot->type = guillemot_type + i; in guillemot_connect()
209 input_dev->name = guillemot_type[i].name; in guillemot_connect()
213 input_dev->id.product = guillemot_type[i].id; in guillemot_connect()