Searched refs:xf86_platform_device (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86platformBus.h | 30 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 D | xf86platformBus.c | 58 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 D | xf86str.h | 216 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 D | platform_noop.c | 14 xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) in xf86PlatformDeviceCheckBusID()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | hotplug.h | 80 struct xf86_platform_device *
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_platform.c | 92 xf86PlatformDeviceCheckBusID(struct xf86_platform_device *device, const char *busid) in xf86PlatformDeviceCheckBusID()
|
| H A D | systemd-logind.c | 309 struct xf86_platform_device *pdev = NULL; in message_filter()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 109 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 D | kdrive.c | 1004 struct xf86_platform_device *
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 18563 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.
|