Home | History | Annotate | Download | only in src

Lines Matching defs:cmdid

890 static char * cmd2str(int cmdid)
892 switch (cmdid) {
920 static int command_parameter_dump(int cmdid, unsigned int cmd_data, unsigned int cmd_addr)
931 switch (cmdid) {
1187 int cmdid;
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]);