Home
last modified time | relevance | path

Searched refs:MPP_CMD_CONTROL_BASE (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_service.h75 MPP_CMD_CONTROL_BASE = 0x400, enumerator
76 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,
/rockchip-linux_mpp/osal/
H A Dmpp_platform.c119 cap->ctrl_cmd = MPP_CMD_CONTROL_BASE + 0; in mpp_plat_srv_init()
/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c34 { 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()