Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c211 OutputClassMatches(const XF86ConfOutputClassPtr oclass, in OutputClassMatches() function
228 if (OutputClassMatches(cl, &xf86_platform_devices[index])) { in xf86OutputClassDriverList()
301 if (!OutputClassMatches(cl, &xf86_platform_devices[i])) in xf86platformProbe()
322 if (!OutputClassMatches(cl, dev)) in xf86platformProbe()
383 if (!OutputClassMatches(cl, dev) || !cl->option_lst) in xf86MergeOutputClassOptions()
/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,