Home
last modified time | relevance | path

Searched refs:indp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1020 indp; in checkCoreInputDevices() local
1036 indp = *devs; in checkCoreInputDevices()
1037 if (indp->options && in checkCoreInputDevices()
1038 xf86CheckBoolOption(indp->options, "CorePointer", FALSE)) { in checkCoreInputDevices()
1040 corePointer = indp; in checkCoreInputDevices()
1043 if (indp->options && in checkCoreInputDevices()
1044 xf86CheckBoolOption(indp->options, "CoreKeyboard", FALSE)) { in checkCoreInputDevices()
1046 coreKeyboard = indp; in checkCoreInputDevices()
1310 InputInfoPtr *indp; in configInputDevices() local
1323 indp = xnfcalloc((count + 1), sizeof(InputInfoPtr)); in configInputDevices()
[all …]