Home
last modified time | relevance | path

Searched refs:OdevAttributes (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dhotplug.h40 struct OdevAttributes { struct
64 struct OdevAttributes * argument
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);
/OK3568_Linux_fs/external/xserver/config/
H A Dconfig.c132 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()
H A Dudev.c472 struct OdevAttributes *attribs = config_odev_allocate_attributes(); in config_udev_odev_setup_attribs()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c24 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()
/OK3568_Linux_fs/external/xserver/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.c61 xf86_add_platform_device(struct OdevAttributes *attribs, Bool unowned) in xf86_add_platform_device()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSproc.h194 xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
197 xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dplatform_noop.c19 void xf86PlatformDeviceProbe(struct OdevAttributes *attribs) in xf86PlatformDeviceProbe()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c994 NewGPUDeviceRequest(struct OdevAttributes *attribs) in NewGPUDeviceRequest()
999 DeleteGPUDeviceRequest(struct OdevAttributes *attribs) in DeleteGPUDeviceRequest()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog12284 hotplug: Extend OdevAttributes for server-managed fd support
44115 xfree86: Provide backward-compatibilty API for OdevAttributes
44117 This allows drivers to compile using the old OdevAttributes API
44129 config: Replace OdevAttributes linked list with struct
44131 OdevAttributes are a fixed set of values with known types; instead of
44133 replace the list header, struct OdevAttributes, with a struct that
50186 hotplug: Extend OdevAttributes for server-managed fd support
50191 This commit adds a fd member to OdevAttributes to store the fd to pass it
50195 also add OdevAttributes to store the major and minor.
50204 OdevAttribute: Remove unowned flag from OdevAttributes head
[all …]