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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/ams/
H A Dams-input.c2 * Apple Motion Sensor driver (joystick emulation)
22 static unsigned int joystick; variable
23 module_param(joystick, bool, S_IRUGO);
24 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
94 joystick = 1;
107 joystick = 0;
113 return sprintf(buf, "%d\n", joystick);
127 if (enable != joystick) {
139 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
144 if (joystick)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Djoystick.h2 // Name: wx/x11/joystick.h
7 // RCS-ID: $Id: joystick.h 42077 2006-10-17 14:44:52Z ABX $
25 wxJoystick(int joystick = wxJOYSTICK1) { m_joystick = joystick; };
44 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Djoystick.h2 // Name: joystick.h
7 // RCS-ID: $Id: joystick.h 36284 2005-11-29 12:50:13Z MR $
25 wxJoystick(int joystick = wxJOYSTICK1) { m_joystick = joystick; };
44 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Djoystick.h2 // Name: joystick.h
7 // RCS-ID: $Id: joystick.h 36284 2005-11-29 12:50:13Z MR $
25 wxJoystick(int joystick = wxJOYSTICK1) { m_joystick = joystick; };
44 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Djoystick.h2 // Name: joystick.h
7 // RCS-ID: $Id: joystick.h 36284 2005-11-29 12:50:13Z MR $
25 wxJoystick(int joystick = wxJOYSTICK1) { m_joystick = joystick; };
44 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Djoystick.tex11 <wx/joystick.h>
21 \func{}{wxJoystick}{\param{int}{ joystick = wxJOYSTICK1}}
23 Constructor. {\it joystick} may be one of wxJOYSTICK1, wxJOYSTICK2, indicating the joystick
36 Returns the state of the joystick buttons. Every button is mapped to a single
52 Returns the movement threshold, the number of steps outside which the joystick is deemed to have
59 Returns the number of axes for this joystick.
65 Returns the number of buttons for this joystick.
89 Returns the product id for the joystick.
95 Returns the product name for the joystick
[all...]
H A Djoyevent.tex25 \twocolitem{{\bf EVT\_JOYSTICK\_EVENTS(func)}}{Processes all joystick events.}
37 \param{int}{ joystick = wxJOYSTICK1}, \param{int }{change = 0}}
92 Returns the identifier of the joystick generating the event - one of wxJOYSTICK1 and wxJOYSTICK2.
98 Returns the x, y position of the joystick event.
104 Returns the z position of the joystick event.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Djoystick.cpp2 // Name: src/unix/joystick.cpp
7 // RCS-ID: $Id: joystick.cpp 40530 2006-08-09 11:18:24Z MW $
17 #include "wx/joystick.h"
24 #include <linux/joystick.h>
55 // Background thread for reading the joystick device
61 wxJoystickThread(int device, int joystick);
77 wxJoystickThread::wxJoystickThread(int device, int joystick) argument
79 m_joystick(joystick),
181 wxJoystick::wxJoystick(int joystick) argument
183 m_joystick(joystick),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Djoystick.h2 // Name: wx/unix/joystick.h
7 // RCS-ID: $Id: joystick.h 42077 2006-10-17 14:44:52Z ABX $
28 wxJoystick(int joystick = wxJOYSTICK1);
48 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Djoystick.h2 // Name: joystick.h
7 // RCS-ID: $Id: joystick.h 36284 2005-11-29 12:50:13Z MR $
24 wxJoystick(int joystick = wxJOYSTICK1);
44 bool IsOk() const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Djoystick.h2 // Name: joystick.h
7 // RCS-ID: $Id: joystick.h 35650 2005-09-23 12:56:45Z MR $
25 wxJoystick(int joystick = wxJOYSTICK1);
46 bool IsOk(void) const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Djoystick.h2 // Name: wx/palmos/joystick.h
7 // RCS-ID: $Id: joystick.h 35650 2005-09-23 12:56:45Z MR $
25 wxJoystick(int joystick = wxJOYSTICK1);
46 bool IsOk(void) const; // Checks that the joystick is functioning
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A DMakefile21 obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Djoystick.cpp2 // Name: src/palmos/joystick.cpp
7 // RCS-ID: $Id: joystick.cpp 39021 2006-05-04 07:57:04Z ABX $
17 #include "wx/joystick.h"
29 wxJoystick::wxJoystick(int joystick) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpas2_card.c44 static int joystick; variable
46 static int joystick = 1; variable
159 pas_write(0x80 | (joystick ? 0x40 : 0), 0xF388);
393 module_param(joystick, bool, 0);
H A Dtrix.c34 static int joystick; variable
221 if (joystick==1)
425 module_param(joystick, bool, 0);
H A Daedsp16.c426 int joystick; member in struct:d_hcfg
597 DBG((" Joystick : %s present\n", decoded_hcfg.joystick?"":" not"));
613 decoded_hcfg.joystick = JOY(hard_cfg[0]);
632 decoded_hcfg.joystick = CONFIG_SC6600_JOY; /* Enable */
661 BLDJOY(hard_cfg[0], decoded_hcfg.joystick);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dhidjoystick.cpp2 // Name: src/mac/corefoundation/joystick.cpp
36 #include "wx/event.h" //joystick wxEvents
37 #include "wx/window.h" //for wxWindow to "capture" joystick
40 #include "wx/joystick.h" //...
98 wxJoystickThread(wxHIDJoystick* hid, int joystick);
143 // 2) Attempts to create the native HID joystick implementation - if none
146 wxJoystick::wxJoystick(int joystick) argument
147 : m_joystick(joystick),
234 // Returns whether the joystick initialized successfully - in this case
266 // Queries the joystick fo
695 wxJoystickThread(wxHIDJoystick* hid, int joystick) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsc6000.c59 static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false }; variable
79 module_param_array(joystick, bool, NULL, 0444);
80 MODULE_PARM_DESC(joystick, "Enable gameport.");
369 long xmss_port, int joystick)
382 if (!joystick)
435 mss_port[dev], joystick[dev]);
367 sc6000_hw_cfg_encode(char __iomem *vport, int *cfg, long xport, long xmpu, long xmss_port, int joystick) argument
H A Dsscape.c57 static bool joystick[SNDRV_CARDS]; variable
83 module_param_array(joystick, bool, NULL, 0444);
84 MODULE_PARM_DESC(joystick, "Enable gameport.");
1051 if (joystick[dev])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Djoystick.cpp2 // Name: src/msw/joystick.cpp
7 // RCS-ID: $Id: joystick.cpp 39021 2006-05-04 07:57:04Z ABX $
21 #include "wx/joystick.h"
54 wxJoystick::wxJoystick(int joystick) argument
64 if( !joystick )
70 joystick --;
74 /* No such joystick, return ID 0 */
273 joystick capable drivers loaded (=always).
H A Dmakefile.sl148 joystick.obj \
342 joystick.obj: $(MSWDIR)\joystick.cpp
343 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\joystick.cpp /BINARY joystick.obj
H A Dwindow.cpp5542 // joystick
5569 int joystick;
5574 joystick = 1;
5579 joystick = 2;
5584 joystick = 1;
5589 joystick = 2;
5594 joystick = 1;
5599 joystick = 2;
5604 joystick = 1;
5609 joystick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dens1370.c85 static int joystick[SNDRV_CARDS]; variable
104 module_param_array(joystick, bool, NULL, 0444);
105 MODULE_PARM_DESC(joystick, "Enable joystick.");
146 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */
246 #define ES_1371_JFAST (1<<31) /* fast joystick timing */
1771 printk(KERN_ERR "ens1371: invalid joystick port %#x", joystick_port[dev]);
1778 return joystick[dev] ? 0x200 : 0;
H A Des1968.c139 static int joystick[SNDRV_CARDS]; variable
161 module_param_array(joystick, bool, NULL, 0444);
162 MODULE_PARM_DESC(joystick, "Enable joystick.");
2428 if (!joystick[dev])

Completed in 179 milliseconds

12