Searched refs:cmd_id (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
H A Dsvga_dump.c1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) argument
1487 switch(cmd_id) {
1775 _debug_printf("\t0x%08x\n", cmd_id);
1797 const uint32_t cmd_id = *(const uint32_t *)next; local
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) {
1807 svga_dump_command(cmd_id, body, header->size);
1809 else if(cmd_id == SVGA_CMD_FENCE) {
1815 _debug_printf("\t0x%08x\n", cmd_id);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c116 UINT8 ce_t3t_is_valid_opcode (UINT8 cmd_id) argument
120 if ( (cmd_id == T3T_MSG_OPC_CHECK_CMD)
121 ||(cmd_id == T3T_MSG_OPC_UPDATE_CMD) )
125 else if ( (cmd_id == T3T_MSG_OPC_POLL_CMD)
126 ||(cmd_id == T3T_MSG_OPC_REQ_SERVICE_CMD)
127 ||(cmd_id == T3T_MSG_OPC_REQ_RESPONSE_CMD)
128 ||(cmd_id == T3T_MSG_OPC_REQ_SYSTEMCODE_CMD) )
554 void ce_t3t_handle_non_nfc_forum_cmd (tCE_CB *p_mem_cb, UINT8 cmd_id, BT_HDR *p_cmd_msg) argument
569 switch (cmd_id)
573 /* Skip over sod and cmd_id */
669 UINT8 cmd_id, bl0, entry_len, i; local
[all...]
H A Drw_t3t.c118 static char *rw_t3t_cmd_str (UINT8 cmd_id);
2524 ** Description Converts cmd_id to command string for logging
2529 static char *rw_t3t_cmd_str (UINT8 cmd_id) argument
2531 switch (cmd_id)
/external/kernel-headers/original/uapi/linux/
H A Dtarget_core_user.h100 uint16_t cmd_id; member in struct:tcmu_cmd_entry

Completed in 171 milliseconds