Searched refs:physicalId (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | xinput.c | 89 if (iinf.physicalId >= 0) { in printdmxinfo() 99 if ((unsigned) iinf.physicalId == devInfo[i].id in printdmxinfo() 112 if (iinf.physicalId >= 0) in printdmxinfo() 113 printf("/id%d", iinf.physicalId); in printdmxinfo()
|
| H A D | dmxinfo.c | 242 i, iinfo.name, iinfo.physicalId, iinfo.physicalScreen, in main()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx.c | 819 .physicalId = attr.physicalId, in ProcDMXGetInputAttributes() 831 swapl(&rep.physicalId); in ProcDMXGetInputAttributes() 882 .physicalId = id in ProcDMXAddInput() 888 swapl(&rep.physicalId); in ProcDMXAddInput() 903 status = dmxRemoveInput(stuff->physicalId); in ProcDMXRemoveInput() 1139 swapl(&stuff->physicalId); in SProcDMXRemoveInput()
|
| H A D | dmxextension.h | 84 int physicalId; member
|
| H A D | dmxextension.c | 210 attr->physicalId = -1; in dmxGetInputAttributes() 219 attr->physicalId = dmxLocal->deviceId; in dmxGetInputAttributes() 226 attr->physicalId = dmxLocal->deviceId; in dmxGetInputAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 464 physicalId: CARD32 500 obtain more information; the physicalId will be the XInput device id 524 physicalId: CARD32 563 physicalId: CARD32 571 This request detaches the input device with physicalId, and all 572 associated inputs (e.g., if the physicalId is a backend mouse, and a 574 detached). If the physicalId is outside the valid range (0 to one 576 returned. If the physicalId has already been detached, BadAccess is 819 4 CARD32 physicalId 843 4 CARD32 physicalId [all …]
|
| H A D | DMXSpec-v1.txt | 208 physicalId: CARD32 238 obtain more information; the physicalId will be the XInput device id 401 4 CARD32 physicalId
|