From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html | 466 ++++++++++++++-------------- 1 file changed, 240 insertions(+), 226 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html b/xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html index 2723f9c60..0b86b1c4d 100644 --- a/xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html +++ b/xorg-server/hw/dmx/doc/html/lnx-ps2_8h.html @@ -6,274 +6,288 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+ + +

lnx-ps2.h File Reference

-

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - +

Go to the source code of this file.

+

Functions

pointer ps2LinuxCreatePrivate (DeviceIntPtr pMouse)
void ps2LinuxDestroyPrivate (pointer priv)
void ps2LinuxInit (DevicePtr pDev)
void ps2LinuxGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info)
int ps2LinuxOn (DevicePtr pDev)
void ps2LinuxOff (DevicePtr pDev)
void ps2LinuxVTPreSwitch (pointer p)
void ps2LinuxVTPostSwitch (pointer p)
+ + + + + + + + + + +

Functions

pointer ps2LinuxCreatePrivate (DeviceIntPtr pMouse)
void ps2LinuxDestroyPrivate (pointer priv)
void ps2LinuxRead (DevicePtr pDev, dmxMotionProcPtr motion, dmxEnqueueProcPtr enqueue, dmxCheckSpecialProcPtr checkspecial, DMXBlockType block)
void ps2LinuxInit (DevicePtr pDev)
void ps2LinuxGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info)
int ps2LinuxOn (DevicePtr pDev)
void ps2LinuxOff (DevicePtr pDev)
void ps2LinuxCtrl (DevicePtr pDev, PtrCtrl *ctrl)
void ps2LinuxVTPreSwitch (pointer p)
void ps2LinuxVTPostSwitch (pointer p)
-


Detailed Description

-Interface to Linux PS/2 mouse driver.
See also:
lnx-ps2.c
-

Function Documentation

-

- - - - -
- +

Detailed Description

+

Interface to Linux PS/2 mouse driver.

+
See also:
lnx-ps2.c
+

Function Documentation

+ +
+
+
- - - - - - + + + + + + -
pointer ps2LinuxCreatePrivate DeviceIntPtr  pMouse  ) pointer ps2LinuxCreatePrivate (DeviceIntPtr  pMouse ) 
-
- - - - - -
-   - + +
+

Create a private structure for use within this file.

-

-Create a private structure for use within this file.

-

- - - - -
- +

References _myPrivate::fd, and _myPrivate::pMouse.

+ + + + +
+
+
+ + + + + + + + + + + + - - - - - - + + + +
void ps2LinuxCtrl (DevicePtr  pDev,
PtrCtrl *  ctrl 
void ps2LinuxDestroyPrivate pointer  priv  ) )
+ +
+
+ + +
+
+ + + + + + + + +
void ps2LinuxDestroyPrivate (pointer  priv ) 
-
- - - - - -
-   - + +
+

Destroy a private structure.

-

-Destroy a private structure.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + - - + + -
void ps2LinuxGetInfo DevicePtr  pDev, void ps2LinuxGetInfo (DevicePtr  pDev,
DMXLocalInitInfoPtr  infoDMXLocalInitInfoPtr  info 
)
-
- - - - - -
-   - + +
+

Fill the info structure with information needed to initialize pDev.

-

-Fill the info structure with information needed to initialize pDev.

-

- - - - -
- +

References _DMXLocalInitInfo::buttonClass, _DMXLocalInitInfo::map, _DMXLocalInitInfo::maxres, _DMXLocalInitInfo::maxval, _DMXLocalInitInfo::minres, _DMXLocalInitInfo::minval, _DMXLocalInitInfo::numButtons, _DMXLocalInitInfo::numRelAxes, ps2LinuxGetMap(), _DMXLocalInitInfo::ptrFeedbackClass, _DMXLocalInitInfo::res, and _DMXLocalInitInfo::valuatorClass.

+ + + + +
+
+
- - - - - - + + + + + + -
void ps2LinuxInit DevicePtr  pDev  ) void ps2LinuxInit (DevicePtr  pDev ) 
-
- - - - - -
-   - + +
+

Initialize pDev.

-

-Initialize pDev.

-

- - - - -
- +

References FATAL1, GETPRIV, and O_NONBLOCK.

+ +

Referenced by ps2LinuxOn().

+ + + + +
+
+
- - - - - - + + + + + + -
void ps2LinuxOff DevicePtr  pDev  ) void ps2LinuxOff (DevicePtr  pDev ) 
-
- - - - - -
-   - + +
+

Turn pDev off (i.e., stop taking input from pDev).

-

-Turn pDev off (i.e., stop taking input from pDev).

-

- - - - -
- +

References GETPRIV.

+ + + + +
+
+
- - - - - - + + + + + + -
int ps2LinuxOn DevicePtr  pDev  ) int ps2LinuxOn (DevicePtr  pDev ) 
-
- - - - - -
-   - + +
+

Turn pDev on (i.e., take input from pDev).

-

-Turn pDev on (i.e., take input from pDev).

-

- - - - -
- +

References GETPRIV, and ps2LinuxInit().

+ + + + +
+
+
- - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
void ps2LinuxVTPostSwitch pointer  p  ) void ps2LinuxRead (DevicePtr  pDev,
dmxMotionProcPtr  motion,
dmxEnqueueProcPtr  enqueue,
dmxCheckSpecialProcPtr  checkspecial,
DMXBlockType  block 
)
-
- - - - - -
-   - + +
-

-Currently unused hook called after returning from a VT switch.

-

- - - - -
- + + + +
+
+
- - - - - - + + + + + + +
void ps2LinuxVTPreSwitch pointer  p  ) void ps2LinuxVTPostSwitch (pointer  p ) 
+ +
+

Currently unused hook called after returning from a VT switch.

+
+ + +
+
+ + + + + + + + +
void ps2LinuxVTPreSwitch (pointer  p ) 
-
- - - - - -
-   - + +
+

Currently unused hook called prior to an VT switch.

-

-Currently unused hook called prior to an VT switch.

+

+ +
-- cgit v1.2.3