Home
last modified time | relevance | path

Searched refs:XF86ConfVideoAdaptorPtr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVideo.c145 XF86ConfVideoAdaptorPtr
151 parsePrologue(XF86ConfVideoAdaptorPtr, XF86ConfVideoAdaptorRec) in xf86parseVideoAdaptorSection()
218 xf86printVideoAdaptorSection(FILE * cf, XF86ConfVideoAdaptorPtr ptr) in xf86printVideoAdaptorSection()
253 xf86freeVideoAdaptorList(XF86ConfVideoAdaptorPtr ptr) in xf86freeVideoAdaptorList()
255 XF86ConfVideoAdaptorPtr prev; in xf86freeVideoAdaptorList()
273 XF86ConfVideoAdaptorPtr
274 xf86findVideoAdaptor(const char *ident, XF86ConfVideoAdaptorPtr p) in xf86findVideoAdaptor()
H A DconfigProcs.h100 XF86ConfVideoAdaptorPtr xf86parseVideoAdaptorSection(void);
101 void xf86printVideoAdaptorSection(FILE * cf, XF86ConfVideoAdaptorPtr ptr);
102 void xf86freeVideoAdaptorList(XF86ConfVideoAdaptorPtr ptr);
H A Dxf86Parser.h153 } XF86ConfVideoAdaptorRec, *XF86ConfVideoAdaptorPtr; typedef
258 XF86ConfVideoAdaptorPtr al_adaptor;
422 XF86ConfVideoAdaptorPtr conf_videoadaptor_lst;
472 extern _X_EXPORT XF86ConfVideoAdaptorPtr xf86findVideoAdaptor(const char *ident,
473 XF86ConfVideoAdaptorPtr
H A Dread.c131 XF86ConfVideoAdaptorPtr); in xf86readConfigFile()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1629 configXvAdaptor(confXvAdaptorPtr adaptor, XF86ConfVideoAdaptorPtr conf_adaptor) in configXvAdaptor()