Searched defs:OdevAttributes (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
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);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dhotplug.h41 struct OdevAttributes { struct
45 struct OdevAttributes *
49 config_odev_free_attribute_list(struct OdevAttributes *attribs);
52 config_odev_add_attribute(struct OdevAttributes *attribs, int attrib,
56 config_odev_free_attributes(struct OdevAttributes *attribs);
65 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs);
69 void NewGPUDeviceRequest(struct OdevAttributes *attribs);
70 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dhotplug.h41 struct OdevAttributes { struct
45 struct OdevAttributes *
49 config_odev_free_attribute_list(struct OdevAttributes *attribs);
52 config_odev_add_attribute(struct OdevAttributes *attribs, int attrib,
56 config_odev_free_attributes(struct OdevAttributes *attribs);
65 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs);
69 void NewGPUDeviceRequest(struct OdevAttributes *attribs);
70 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dhotplug.h41 struct OdevAttributes { struct
46 struct OdevAttributes *
50 config_odev_free_attribute_list(struct OdevAttributes *attribs);
53 config_odev_add_attribute(struct OdevAttributes *attribs, int attrib,
57 config_odev_free_attributes(struct OdevAttributes *attribs);
66 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs);
70 void NewGPUDeviceRequest(struct OdevAttributes *attribs);
71 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dhotplug.h47 struct OdevAttributes { struct
52 struct OdevAttributes *
56 config_odev_free_attribute_list(struct OdevAttributes *attribs);
60 config_odev_add_attribute(struct OdevAttributes *attribs, int attrib,
64 config_odev_get_attribute(struct OdevAttributes *attribs, int attrib_id);
68 config_odev_add_int_attribute(struct OdevAttributes *attribs, int attrib,
72 config_odev_get_int_attribute(struct OdevAttributes *attribs, int attrib,
76 config_odev_free_attributes(struct OdevAttributes *attribs);
93 typedef void (*config_odev_probe_proc_ptr)(struct OdevAttributes *attribs);
97 void NewGPUDeviceRequest(struct OdevAttributes *attrib
[all...]

Completed in 47 milliseconds