Searched refs:OdevAttributes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dhotplug.h40 struct OdevAttributes { struct
64 struct OdevAttributes *
68 config_odev_free_attributes(struct OdevAttributes *attribs);
70 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs);
74 void NewGPUDeviceRequest(struct OdevAttributes *attribs);
75 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
/xsrc/external/mit/xorg-server/dist/config/
H A Dconfig.c132 struct OdevAttributes *
135 struct OdevAttributes *attribs =
136 xnfcalloc(1, sizeof (struct OdevAttributes));
142 config_odev_free_attributes(struct OdevAttributes *attribs)
H A Dudev.c538 struct OdevAttributes *attribs = config_odev_allocate_attributes();
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.h31 struct OdevAttributes *attribs;
52 xf86_add_platform_device(struct OdevAttributes *attribs, Bool unowned);
63 static inline struct OdevAttributes *
69 static inline struct OdevAttributes *
H A Dxf86platformBus.c62 xf86_add_platform_device(struct OdevAttributes *attribs, Bool unowned)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_platform.c24 get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index)
118 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs)
134 xf86PlatformDeviceProbe(struct OdevAttributes *attribs)
172 void NewGPUDeviceRequest(struct OdevAttributes *attribs)
192 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h194 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
197 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c988 NewGPUDeviceRequest(struct OdevAttributes *attribs)
993 DeleteGPUDeviceRequest(struct OdevAttributes *attribs)

Completed in 7 milliseconds