Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.h30 struct xf86_platform_device { struct
49 extern struct xf86_platform_device *xf86_platform_devices;
64 xf86_platform_device_odev_attributes(struct xf86_platform_device *device) in xf86_platform_device_odev_attributes()
72 struct xf86_platform_device *device = &xf86_platform_devices[index]; in xf86_platform_odev_attributes()
110 _xf86_get_platform_device_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0]) in _xf86_get_platform_device_attrib()
135 _xf86_get_platform_device_int_attrib(struct xf86_platform_device *device, int attrib, int (*fake)[0… in _xf86_get_platform_device_int_attrib()
155 xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid);
H A Dxf86platformBus.c58 struct xf86_platform_device *xf86_platform_devices;
65 sizeof(struct xf86_platform_device)); in xf86_add_platform_device()
84 …cpy(&xf86_platform_devices[j], &xf86_platform_devices[j + 1], sizeof(struct xf86_platform_device)); in xf86_remove_platform_device()
96 struct xf86_platform_device *
116 xf86IsPrimaryPlatform(struct xf86_platform_device *plat) in xf86IsPrimaryPlatform()
134 platform_find_pci_info(struct xf86_platform_device *pd, char *busid) in platform_find_pci_info()
155 xf86_check_platform_slot(const struct xf86_platform_device *pd) in xf86_check_platform_slot()
212 struct xf86_platform_device *dev) in OutputClassMatches()
320 struct xf86_platform_device *dev = &xf86_platform_devices[i]; in xf86platformProbe()
337 struct xf86_platform_device *dev = &xf86_platform_devices[i]; in xf86platformProbe()
[all …]
H A Dxf86str.h216 struct xf86_platform_device;
232 struct xf86_platform_device * dev, intptr_t match_data);
277 struct xf86_platform_device *plat;
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dplatform_noop.c14 xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) in xf86PlatformDeviceCheckBusID()
/OK3568_Linux_fs/external/xserver/include/
H A Dhotplug.h80 struct xf86_platform_device *
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c92 xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) in xf86PlatformDeviceCheckBusID()
H A Dsystemd-logind.c309 struct xf86_platform_device *pdev = NULL; in message_filter()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c109 struct xf86_platform_device;
115 struct xf86_platform_device *device,
281 probe_hw(const char *dev, struct xf86_platform_device *platform_dev) in probe_hw()
443 int entity_num, int flags, struct xf86_platform_device *dev, in ms_platform_probe()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c1004 struct xf86_platform_device *
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18563 xfree86: Make OutputClassMatches take a xf86_platform_device
18565 Make OutputClassMatches directly take a xf86_platform_device as argument,
18567 easier for callers which already have a xf86_platform_device pointer.
35985 against the xf86_platform_device passed in. However, it just returns
50208 struct xf86_platform_device and use that.