Searched refs:MPP_CMD_CONTROL_BASE (Results 1 – 3 of 3) sorted by relevance
75 MPP_CMD_CONTROL_BASE = 0x400, enumerator76 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0,77 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1,78 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2,79 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3,80 MPP_CMD_SET_ERR_REF_HACK = MPP_CMD_CONTROL_BASE + 4,
119 cap->ctrl_cmd = MPP_CMD_CONTROL_BASE + 0; in mpp_plat_srv_init()
34 { MPP_CMD_CONTROL_BASE, "control_cmd", },87 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < cap->ctrl_cmd) ? 1 : found; in mpp_service_check_cmd_valid()93 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd <= MPP_CMD_RELEASE_FD) ? 1 : found; in mpp_service_check_cmd_valid()