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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c2145 if (config->provider_funcs == NULL ||
2146 config->provider_funcs->set_property == NULL)
2154 return config->provider_funcs->set_property(pScrn, property, value);
2164 if (config->provider_funcs == NULL ||
2165 config->provider_funcs->get_property == NULL)
2169 return config->provider_funcs->get_property(pScrn, property);
H A Dxf86Crtc.h825 const xf86ProviderFuncsRec *provider_funcs; member in struct:_xf86CrtcConfig
H A Dxf86Crtc.c3533 xf86_config->provider_funcs = funcs;

Completed in 15 milliseconds