| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_platform.c | 31 LogMessage(X_INFO, "Platform probe for %s\n", attribs->syspath); 78 const char *syspath = device->attribs->syspath; local in function:xf86PlatformDeviceCheckBusID 82 if (!syspath) 102 if (strlen(syspath) < strlen(id)) 103 len = strlen(syspath); 105 if (strncmp(id, syspath, len)) 195 char *syspath = attribs->syspath; local in function:DeleteGPUDeviceRequest 197 if (!syspath) [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| H A D | udev.c | 63 config_udev_odev_setup_attribs(struct udev_device *udev_device, const char *path, const char *syspath, 99 const char *syspath; local in function:device_added 115 syspath = udev_device_get_syspath(udev_device); 117 if (!path || !syspath) 140 config_udev_odev_setup_attribs(udev_device, path, syspath, major(devnum), 211 if (asprintf(&config_info, "udev:%s", syspath) == -1) { 321 const char *syspath = udev_device_get_syspath(device); local in function:device_removed 335 syspath, path); 336 config_udev_odev_setup_attribs(device, path, syspath, major(devnum), 344 if (asprintf(&value, "udev:%s", syspath) 444 const char *syspath = udev_list_entry_get_name(device); local in function:config_udev_init 534 config_udev_odev_setup_attribs(struct udev_device * udev_device,const char * path,const char * syspath,int major,int minor,config_odev_probe_proc_ptr probe_callback) argument 585 const char *syspath = udev_list_entry_get_name(device); local in function:config_udev_odev_probe [all...] |
| H A D | config.c | 147 free(attribs->syspath);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | hotplug.h | 45 char *syspath; member in struct:OdevAttributes
|
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| H A D | udev.c | 59 const char *syspath; local in function:device_added 71 syspath = udev_device_get_syspath(udev_device); 73 if (!path || !syspath) 135 if (asprintf(&config_info, "udev:%s", syspath) == -1) { 228 const char *syspath = udev_device_get_syspath(device); local in function:device_removed 230 if (asprintf(&value, "udev:%s", syspath) == -1) 297 const char *syspath = udev_list_entry_get_name(device); local in function:config_udev_init 298 struct udev_device *udev_device = udev_device_new_from_syspath(udev, syspath);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.h | 116 return xf86_platform_device_odev_attributes(device)->syspath;
|
| H A D | xf86platformBus.c | 767 xf86Msg(X_NONE, "\tfalling back to %s\n", primaryBus.id.plat->attribs->syspath);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1462 char *syspath = local in function:msEnableSharedPixmapFlipping 1464 syspath; 1468 if (syspath && strstr(syspath, "usb")) 1473 if (syspath && strstr(syspath, "evdi"))
|