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

/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c39 static int HkeyPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags);
40 static void HkeyUnInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags);
174 hotkey_read_input(InputInfoPtr pInfo) argument
180 DeviceIntPtr dev = pInfo->dev;
183 if (read (pInfo->fd, &buf, 1 ) == 1)
210 keycode, (int) keysym, pInfo->dev->name);
211 xf86PostKeyboardEvent(pInfo->dev, keycode, TRUE);
212 xf86PostKeyboardEvent(pInfo->dev, keycode, FALSE);
219 InputInfoPtr pInfo = device->public.devicePrivate; local
245 pInfo
295 HkeyPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) argument
308 HkeyUnInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags) argument
[all...]

Completed in 9 milliseconds