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

/linux-master/include/linux/
H A Djoystick.h12 #include <uapi/linux/joystick.h>
/linux-master/drivers/macintosh/ams/
H A Dams-input.c3 * Apple Motion Sensor driver (joystick emulation)
18 static bool joystick; variable
19 module_param(joystick, bool, S_IRUGO);
20 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
86 joystick = true;
102 joystick = false;
108 return sprintf(buf, "%d\n", joystick);
126 if (enable != joystick) {
138 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
143 if (joystick)
[all...]
/linux-master/drivers/input/joystick/
H A DMakefile9 obj-$(CONFIG_JOYSTICK_ADC) += adc-joystick.o
30 obj-$(CONFIG_JOYSTICK_QWIIC) += qwiic-joystick.o
32 obj-$(CONFIG_JOYSTICK_SENSEHAT) += sensehat-joystick.o
/linux-master/drivers/input/
H A DMakefile25 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
H A Djoydev.c14 #include <linux/joystick.h>
338 * Old joystick interface
838 * joysticks. A device is, for joystick detection purposes,
889 * Amiga joystick (amijoy) historically uses left/middle/right
/linux-master/sound/isa/
H A Dsc6000.c43 static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false }; variable
63 module_param_array(joystick, bool, NULL, 0444);
64 MODULE_PARM_DESC(joystick, "Enable gameport.");
353 long xmss_port, int joystick)
366 if (!joystick)
419 mss_port[dev], joystick[dev]);
351 sc6000_hw_cfg_encode(char __iomem *vport, int *cfg, long xport, long xmpu, long xmss_port, int joystick) argument
H A Dsscape.c44 static bool joystick[SNDRV_CARDS]; variable
70 module_param_array(joystick, bool, NULL, 0444);
71 MODULE_PARM_DESC(joystick, "Enable gameport.");
1025 if (joystick[dev])
/linux-master/sound/pci/
H A Des1968.c125 static bool joystick[SNDRV_CARDS]; variable
148 module_param_array(joystick, bool, NULL, 0444);
149 MODULE_PARM_DESC(joystick, "Enable joystick.");
2422 if (!joystick[dev])
H A Dens1370.c71 static bool joystick[SNDRV_CARDS]; variable
90 module_param_array(joystick, bool, NULL, 0444);
91 MODULE_PARM_DESC(joystick, "Enable joystick.");
132 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */
233 #define ES_1371_JFAST (1<<31) /* fast joystick timing */
1757 "invalid joystick port %#x", joystick_port[dev]);
1764 return joystick[dev] ? 0x200 : 0;
H A Dvia82xx.c68 static bool joystick; variable
83 module_param(joystick, bool, 0444);
84 MODULE_PARM_DESC(joystick, "Enable joystick. (VT82C686x only)");
1913 if (!joystick)
1918 dev_warn(chip->card->dev, "cannot reserve joystick port %#x\n",
1935 /* Enable legacy joystick port */
2026 legacy &= ~VIA_FUNC_ENABLE_GAME; /* disable joystick */
H A Dintel8x0.c63 static int joystick; variable
64 module_param(joystick, int, 0444);

Completed in 131 milliseconds