Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c900 DMXLocalInputInfoPtr dmxL = dmxInput->devs[j]; in dmxInputScanForExtensions() local
902 if (dmxL->type == DMX_LOCAL_KEYBOARD && dmxL->deviceId < 0) { in dmxInputScanForExtensions()
903 dmxL->deviceId = devices[i].id; in dmxInputScanForExtensions()
904 dmxL->deviceName = (devices[i].name in dmxInputScanForExtensions()
912 DMXLocalInputInfoPtr dmxL = dmxInput->devs[j]; in dmxInputScanForExtensions() local
914 if (dmxL->type == DMX_LOCAL_MOUSE && dmxL->deviceId < 0) { in dmxInputScanForExtensions()
915 dmxL->deviceId = devices[i].id; in dmxInputScanForExtensions()
916 dmxL->deviceName = (devices[i].name in dmxInputScanForExtensions()