Searched refs:buttons (Results 26 - 35 of 35) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip_mp.c47 int buttons; member in struct:grip_port
414 port->buttons = (~packet) & 0xff;
520 input_report_key(port->dev, grip_btn_gp[i], (port->buttons >> i) & 1);
H A Dtmdc.c103 const short *buttons; member in struct:tmdc_model
291 port->btn = model->buttons;
H A Ddb9.c97 const short *buttons; member in struct:db9_mode_data
292 case 0x02: /* digital pad (digital 2 axis + buttons) */
298 case 0x19: /* mission stick x2 (analog 6 axis + buttons) */
318 case 0xe3: /* shuttle mouse (analog 2 axis + buttons. signed value) */
636 set_bit(db9_mode->buttons[j], input_dev->keybit);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in49 type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_OK)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/
H A Djoydev.c224 for (data.buttons = i = 0; i < 32 && i < joydev->nkey; i++)
225 data.buttons |= test_bit(joydev->keypam[i], input->key) ? (1 << i) : 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dcs4281.c1230 int *axes, int *buttons)
1241 *buttons = (~jst >> 4) & 0x0F;
1229 snd_cs4281_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-1418 <text>The cut copy paste and clear buttons should work correctly.</text>
1406 msgid "The cut copy paste and clear buttons should work correctly."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dtrident.c4271 int *axes, int *buttons)
4276 *buttons = (~inb(TRID_REG(card, T4D_GAME_LEG)) >> 4) & 0xf;
4270 trident_game_cooked_read(struct gameport *gameport, int *axes, int *buttons) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c2634 static int snd_cs46xx_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) argument
2645 *buttons = (~jst >> 4) & 0x0F;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c3089 static int snd_trident_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) argument
3096 *buttons = (~inb(TRID_REG(chip, GAMEPORT_LEGACY)) >> 4) & 0xf;

Completed in 215 milliseconds

12