Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_service.h81 MPP_CMD_POLL_BASE = 0x300, enumerator
82 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
83 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.h120 MPP_CMD_POLL_BASE = 0x300, enumerator
121 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
122 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
H A Dmpp_common.c1128 found = (cmd >= MPP_CMD_POLL_BASE && cmd < MPP_CMD_POLL_BUTT) ? true : found; in mpp_check_cmd_v1()
1161 case MPP_CMD_POLL_BASE: in mpp_get_cmd_butt()
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c44 { MPP_CMD_POLL_BASE, "poll_cmd", },
97 found = (cmd >= MPP_CMD_POLL_BASE && cmd < cap->poll_cmd) ? 1 : found; in mpp_service_check_cmd_valid()
103 found = (cmd >= MPP_CMD_POLL_BASE && cmd <= MPP_CMD_POLL_HW_FINISH) ? 1 : found; in mpp_service_check_cmd_valid()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_platform.cpp120 cap->poll_cmd = MPP_CMD_POLL_BASE + 1; in MppPlatformService()