Searched refs:OdevAttributes (Results 1 – 10 of 10) sorted by relevance
40 struct OdevAttributes { struct64 struct OdevAttributes * argument68 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);
132 struct OdevAttributes *135 struct OdevAttributes *attribs = in config_odev_allocate_attributes()136 xnfcalloc(1, sizeof (struct OdevAttributes)); in config_odev_allocate_attributes()142 config_odev_free_attributes(struct OdevAttributes *attribs) in config_odev_free_attributes()
472 struct OdevAttributes *attribs = config_odev_allocate_attributes(); in config_udev_odev_setup_attribs()
24 get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index) in get_drm_info()126 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs) in xf86PlatformReprobeDevice()142 xf86PlatformDeviceProbe(struct OdevAttributes *attribs) in xf86PlatformDeviceProbe()180 void NewGPUDeviceRequest(struct OdevAttributes *attribs) in NewGPUDeviceRequest()200 void DeleteGPUDeviceRequest(struct OdevAttributes *attribs) in DeleteGPUDeviceRequest()
31 struct OdevAttributes *attribs;52 xf86_add_platform_device(struct OdevAttributes *attribs, Bool unowned);63 static inline struct OdevAttributes *69 static inline struct OdevAttributes *
61 xf86_add_platform_device(struct OdevAttributes *attribs, Bool unowned) in xf86_add_platform_device()
194 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);197 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
19 void xf86PlatformDeviceProbe(struct OdevAttributes *attribs) in xf86PlatformDeviceProbe()
994 NewGPUDeviceRequest(struct OdevAttributes *attribs) in NewGPUDeviceRequest()999 DeleteGPUDeviceRequest(struct OdevAttributes *attribs) in DeleteGPUDeviceRequest()
12284 hotplug: Extend OdevAttributes for server-managed fd support44115 xfree86: Provide backward-compatibilty API for OdevAttributes44117 This allows drivers to compile using the old OdevAttributes API44129 config: Replace OdevAttributes linked list with struct44131 OdevAttributes are a fixed set of values with known types; instead of44133 replace the list header, struct OdevAttributes, with a struct that50186 hotplug: Extend OdevAttributes for server-managed fd support50191 This commit adds a fd member to OdevAttributes to store the fd to pass it50195 also add OdevAttributes to store the major and minor.50204 OdevAttribute: Remove unowned flag from OdevAttributes head[all …]