Home
last modified time | relevance | path

Searched refs:MPP_CMD_SEND_BASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_service.h72 MPP_CMD_SEND_BASE = 0x200, enumerator
73 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0,
74 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1,
75 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2,
76 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3,
78 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.h112 MPP_CMD_SEND_BASE = 0x200, enumerator
113 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0,
114 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1,
115 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2,
116 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3,
117 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
H A Dmpp_common.c1127 found = (cmd >= MPP_CMD_SEND_BASE && cmd < MPP_CMD_SEND_BUTT) ? true : found; in mpp_check_cmd_v1()
1158 case MPP_CMD_SEND_BASE: in mpp_get_cmd_butt()
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c43 { MPP_CMD_SEND_BASE, "send_cmd", },
96 found = (cmd >= MPP_CMD_SEND_BASE && cmd < cap->send_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
102 found = (cmd >= MPP_CMD_SEND_BASE && cmd <= MPP_CMD_SET_REG_ADDR_OFFSET) ? 1 : found; in mpp_service_check_cmd_valid()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_platform.cpp119 cap->send_cmd = MPP_CMD_SEND_BASE + 1; in MppPlatformService()