Searched refs:db9_mode (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 Ddb9.c559 const struct db9_mode_data *db9_mode; local
572 db9_mode = &db9_modes[mode];
581 if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) {
608 for (i = 0; i < (min(db9_mode->n_pads, DB9_MAX_DEVICES)); i++) {
620 input_dev->name = db9_mode->name;
633 for (j = 0; j < db9_mode->n_buttons; j++)
634 set_bit(db9_mode->buttons[j], input_dev->keybit);
635 for (j = 0; j < db9_mode->n_axis; j++) {

Completed in 74 milliseconds