| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_msr.c | 87 msr_dev_lookup[i].device_id = MSR_DEVICE_NOTFOUND; 96 msr_dev_lookup[MSR_DEVICE_GEODELX_GLIU0].device_id = MSR_DEVICE_PRESENT; 99 msr_dev_lookup[MSR_DEVICE_GEODELX_GLIU1].device_id = MSR_DEVICE_PRESENT; 102 msr_dev_lookup[MSR_DEVICE_5535_GLIU].device_id = MSR_DEVICE_PRESENT; 105 msr_dev_lookup[MSR_DEVICE_GEODELX_VAIL].device_id = MSR_DEVICE_PRESENT; 108 if (msr_dev_lookup[i].device_id == MSR_DEVICE_NOTFOUND) { 110 if (gliu_nodes[j].device_id == i) 115 msr_dev_lookup[i].device_id = MSR_DEVICE_NOTFOUND; 117 msr_dev_lookup[i].device_id = MSR_DEVICE_PRESENT; 129 gliu_nodes[i].device_id [all...] |
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | xtestext1.h | 89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action); 90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_action); 91 int XTestMovePointer(Display *display, int device_id, unsigned long delay[], int x[], int y[], unsigned int count);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| H A D | device_select.h | 34 uint32_t device_id; member in struct:device_info
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XTestExt1.c | 119 static int XTestKeyOrButton(Display *display, int device_id, long unsigned int delay, unsigned int code, unsigned int action); 636 int device_id, 652 device_id, 668 int device_id, 684 device_id, 700 int device_id, 713 if (device_id < 0 || device_id > XTestMAX_DEVICE_ID) 737 keyinfo.header = XTestPackDeviceID(device_id) | 770 keyinfo.header = XTestPackDeviceID(device_id) | 634 XTestPressKey(Display * display,int device_id,unsigned long delay,unsigned int keycode,unsigned int key_action) argument 666 XTestPressButton(Display * display,int device_id,unsigned long delay,unsigned int button_number,unsigned int button_action) argument 698 XTestKeyOrButton(Display * display,int device_id,unsigned long delay,unsigned int code,unsigned int action) argument 879 XTestMovePointer(Display * display,int device_id,unsigned long delay[],int x[],int y[],unsigned int count) argument [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XGrDvBut.c | 88 req->grabbed_device = dev->device_id; 92 req->modifier_device = modifier_device->device_id;
|
| H A D | XGrDvKey.c | 88 req->grabbed_device = dev->device_id; 92 req->modifier_device = modifier_device->device_id;
|
| H A D | XUngrDvB.c | 82 req->grabbed_device = dev->device_id; 86 req->modifier_device = modifier_dev->device_id;
|
| H A D | XUngrDvK.c | 82 req->grabbed_device = dev->device_id; 86 req->modifier_device = modifier_dev->device_id;
|
| H A D | XAllowDv.c | 80 req->deviceid = dev->device_id;
|
| H A D | XChgKbd.c | 80 req->deviceid = dev->device_id;
|
| H A D | XChgPnt.c | 82 req->deviceid = dev->device_id;
|
| H A D | XCloseDev.c | 79 req->deviceid = dev->device_id;
|
| H A D | XDelDProp.c | 57 req->deviceid = dev->device_id;
|
| H A D | XDevBell.c | 82 req->deviceid = dev->device_id;
|
| H A D | XGtFocus.c | 82 req->deviceid = dev->device_id;
|
| H A D | XSetMode.c | 80 req->deviceid = dev->device_id;
|
| H A D | XStFocus.c | 81 req->device = dev->device_id;
|
| H A D | XUngrDev.c | 80 req->deviceid = dev->device_id;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 19 i915_drm_get_device_id(int fd, unsigned int *device_id) argument 25 gp.value = (int *)device_id;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_winsys.c | 19 i915_drm_get_device_id(int fd, unsigned int *device_id) argument 25 gp.value = (int *)device_id;
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | common_device_name.c | 314 dev->id.device_id = (unsigned) strtoul( & buf[ num_tabs ], 375 && DO_MATCH( m->device_id, d->id.device_id ) 463 m.device_id = dev->device_id; 488 m.device_id = dev->device_id; 509 m.device_id = PCI_MATCH_ANY; 535 m.device_id = PCI_MATCH_ANY;
|
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_cs_gem.c | 57 uint32_t device_id; member in struct:radeon_cs_manager_gem 341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root; local in function:cs_gem_dump_bof 346 root = device_id = bcs = blob = array = bo = size = handle = NULL; 350 device_id = bof_int32(csm->device_id); 351 if (device_id == NULL) 353 if (bof_object_set(root, "device_id", device_id)) 355 bof_decref(device_id); 356 device_id 526 radeon_get_device_id(int fd,uint32_t * device_id) argument [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_const.h | 12 #define DEVICE_ID(p) (p)->device_id
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.c | 173 info->vendor_id, info->device_id, 419 (((m).vendor_id == 0) && ((m).device_id == 0) && ((m).subvendor_id == 0)) 438 && PCI_ID_COMPARE( devices[j].device_id, pPci->device_id ) 477 unsigned device_id; local in function:xf86PciProbeDev 503 device_id = (devList[i]->chipID > 0) 504 ? devList[i]->chipID : pPci->device_id; 512 && PCI_ID_COMPARE( devices[j].device_id, device_id ) 531 entry = xf86ClaimPciSlot(pPci, drvp, device_id, 702 const unsigned device_id = (id->PCIid & 0x0000FFFF); local in function:xf86MatchPciInstances [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| H A D | stepping.c | 73 switch (dev->device_id) { 133 dev->device_id,
|