HomeSort by: relevance | last modified time | path
    Searched refs:syspath (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_platform.c 31 LogMessage(X_INFO, "Platform probe for %s\n", attribs->syspath);
78 const char *syspath = device->attribs->syspath; local
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
197 if (!syspath)
    [all...]
  /xsrc/external/mit/xorg-server/dist/config/
udev.c 63 config_udev_odev_setup_attribs(struct udev_device *udev_device, const char *path, const char *syspath,
99 const char *syspath; local
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
335 syspath, path);
336 config_udev_odev_setup_attribs(device, path, syspath, major(devnum),
344 if (asprintf(&value, "udev:%s", syspath) == -1
444 const char *syspath = udev_list_entry_get_name(device); local
585 const char *syspath = udev_list_entry_get_name(device); local
    [all...]
config.c 147 free(attribs->syspath);
  /xsrc/external/mit/xorg-server/dist/include/
hotplug.h 45 char *syspath; member in struct:OdevAttributes
  /xsrc/external/mit/xorg-server.old/dist/config/
udev.c 59 const char *syspath; local
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
230 if (asprintf(&value, "udev:%s", syspath) == -1)
297 const char *syspath = udev_list_entry_get_name(device); local
298 struct udev_device *udev_device = udev_device_new_from_syspath(udev, syspath);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.h 116 return xf86_platform_device_odev_attributes(device)->syspath;
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/
driver.c 1462 char *syspath = local
1464 syspath;
1468 if (syspath && strstr(syspath, "usb"))
1473 if (syspath && strstr(syspath, "evdi"))

Completed in 11 milliseconds