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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_platform.c 54 delayed_index = xf86_num_platform_devices - 1;
143 for (i = 0; i < xf86_num_platform_devices; i++) {
150 if (i != xf86_num_platform_devices)
174 int old_num = xf86_num_platform_devices;
178 if (old_num == xf86_num_platform_devices)
181 if (xf86_get_platform_device_unowned(xf86_num_platform_devices - 1) == TRUE)
184 ret = xf86platformAddDevice(xf86_num_platform_devices-1);
186 xf86_remove_platform_device(xf86_num_platform_devices-1);
188 ErrorF("xf86: found device %d\n", xf86_num_platform_devices);
200 for (index = 0; index < xf86_num_platform_devices; index++)
    [all...]
systemd-logind.c 249 for (i = 0; i < xf86_num_platform_devices; i++) {
253 if (i != xf86_num_platform_devices)
314 for (i = 0; i < xf86_num_platform_devices; i++) {
329 for (i = 0; i < xf86_num_platform_devices; i++) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c 57 int xf86_num_platform_devices; variable
65 xf86_num_platform_devices + 1,
68 xf86_platform_devices[xf86_num_platform_devices].attribs = attribs;
69 xf86_platform_devices[xf86_num_platform_devices].pdev = NULL;
70 xf86_platform_devices[xf86_num_platform_devices].flags =
73 xf86_num_platform_devices++;
84 for (j = dev_index; j < xf86_num_platform_devices - 1; j++)
86 xf86_num_platform_devices--;
102 for (i = 0; i < xf86_num_platform_devices; i++) {
253 for (i = 0; i < xf86_num_platform_devices; i++)
    [all...]
xf86platformBus.h 48 extern int xf86_num_platform_devices;
xf86Bus.c 244 if (ServerIsNotSeat0() && xf86_num_platform_devices > 0)

Completed in 8 milliseconds