Home
last modified time | relevance | path

Searched refs:xf86_platform_device_odev_attributes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.h64 xf86_platform_device_odev_attributes(struct xf86_platform_device *device) in xf86_platform_device_odev_attributes() function
114 return xf86_platform_device_odev_attributes(device)->path; in _xf86_get_platform_device_attrib()
116 return xf86_platform_device_odev_attributes(device)->syspath; in _xf86_get_platform_device_attrib()
118 return xf86_platform_device_odev_attributes(device)->busid; in _xf86_get_platform_device_attrib()
120 return xf86_platform_device_odev_attributes(device)->driver; in _xf86_get_platform_device_attrib()
139 return xf86_platform_device_odev_attributes(device)->fd; in _xf86_get_platform_device_int_attrib()
141 return xf86_platform_device_odev_attributes(device)->major; in _xf86_get_platform_device_int_attrib()
143 return xf86_platform_device_odev_attributes(device)->minor; in _xf86_get_platform_device_int_attrib()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c287 fd = xf86_platform_device_odev_attributes(platform_dev)->fd; in probe_hw()
447 const char *path = xf86_platform_device_odev_attributes(dev)->path; in ms_platform_probe()
930 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in ms_get_drm_master_fd()
936 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in ms_get_drm_master_fd()
1349 xf86_platform_device_odev_attributes(pEnt->location.id.plat)-> in msEnableSharedPixmapFlipping()