Home
last modified time | relevance | path

Searched refs:provider_funcs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2141 if (config->provider_funcs->set_property == NULL) in xf86RandR14ProviderSetProperty()
2149 return config->provider_funcs->set_property(pScrn, property, value); in xf86RandR14ProviderSetProperty()
2159 if (config->provider_funcs->get_property == NULL) in xf86RandR14ProviderGetProperty()
2163 return config->provider_funcs->get_property(pScrn, property); in xf86RandR14ProviderGetProperty()
H A Dxf86Crtc.h825 const xf86ProviderFuncsRec *provider_funcs; member
H A Dxf86Crtc.c3491 xf86_config->provider_funcs = funcs; in xf86ProviderSetup()