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

/hardware/intel/img/psb_video/src/
H A Dtng_enc_trace.h106 int tng_command_parameter_dump(int cmdid, void *virt_addr);
H A Dtng_enc_trace.c890 static char * cmd2str(int cmdid) argument
892 switch (cmdid) {
920 static int command_parameter_dump(int cmdid, unsigned int cmd_data, unsigned int cmd_addr) argument
931 switch (cmdid) {
1187 int cmdid; local
1192 cmdid = (comm_dword[0] & MASK_MTX_MSG_CMD_ID) & ~ MASK_MTX_MSG_PRIORITY;
1200 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\tCMDWORD_ID=%s(High priority:%s)\n", cmd2str(cmdid),
1207 command_parameter_dump(cmdid, comm_dword[1], comm_dword[2]);
H A Dtng_trace.c1106 static char * cmd2str(int cmdid) argument
1108 switch (cmdid) {

Completed in 114 milliseconds