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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dguillemot.c59 struct guillemot_type { struct
72 struct guillemot_type *type;
77 static struct guillemot_type guillemot_type[] = { variable in typeref:struct:guillemot_type
209 for (i = 0; guillemot_type[i].name; i++)
210 if (guillemot_type[i].id == data[11])
213 if (!guillemot_type[i].name) {
224 guillemot->type = guillemot_type + i;
226 input_dev->name = guillemot_type[i].name;
230 input_dev->id.product = guillemot_type[
[all...]

Completed in 56 milliseconds