Searched refs:ParseTable (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_Definitions.h45 CD_STATUS ParseTable(DEVICE_DATA* pDeviceData, UINT8 IndexInMasterTable);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_atomwrapper.c51 switch (ParseTable(&deviceData, index)) { /* IndexInMasterTable */
54 *msg_return = "ParseTable said: CD_SUCCESS";
58 *msg_return = "ParseTable said: CD_CALL_TABLE";
62 *msg_return = "ParseTable said: CD_COMPLETED";
66 *msg_return = " ParseTable said: CD_GENERAL_ERROR";
70 *msg_return = " ParseTable said: CD_INVALID_OPCODE";
74 *msg_return = " ParseTable said: CD_NOT_IMPLEMENTED";
78 *msg_return = " ParseTable said: CD_EXEC_TABLE_NOT_FOUND";
82 *msg_return = " ParseTable said: CD_EXEC_PARAMETER_ERROR";
86 *msg_return = " ParseTable sai
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c227 static String ParseTable(PARSE_PROC_DECL);
266 {"MotionNotify", NULLQUARK, MotionNotify, ParseTable, (Opaque)motionDetails},
267 {"PtrMoved", NULLQUARK, MotionNotify, ParseTable, (Opaque)motionDetails},
268 {"Motion", NULLQUARK, MotionNotify, ParseTable, (Opaque)motionDetails},
269 {"MouseMoved", NULLQUARK, MotionNotify, ParseTable, (Opaque)motionDetails},
277 {"EnterNotify", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
278 {"Enter", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
279 {"EnterWindow", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
281 {"LeaveNotify", NULLQUARK, LeaveNotify, ParseTable, (Opaque)notifyModes},
282 {"LeaveWindow", NULLQUARK, LeaveNotify, ParseTable, (Opaqu
1045 ParseTable(register String str, Opaque closure, EventPtr event, Boolean *error) function in typeref:typename:String
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
H A DDecoder.c146 CD_STATUS ParseTable(DEVICE_DATA STACK_BASED* pDeviceData, UINT8 IndexInMasterTable)

Completed in 6 milliseconds