Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/joystick/
Dguillemot.c39 struct guillemot_type { struct
52 struct guillemot_type *type; argument
57 static struct guillemot_type guillemot_type[] = { variable
189 for (i = 0; guillemot_type[i].name; i++) in guillemot_connect()
190 if (guillemot_type[i].id == data[11]) in guillemot_connect()
193 if (!guillemot_type[i].name) { in guillemot_connect()
204 guillemot->type = guillemot_type + i; in guillemot_connect()
206 input_dev->name = guillemot_type[i].name; in guillemot_connect()
210 input_dev->id.product = guillemot_type[i].id; in guillemot_connect()