Searched refs:MPP_CMD_CONTROL_BASE (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_service.h | 84 MPP_CMD_CONTROL_BASE = 0x400, enumerator 85 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 86 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 87 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 88 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3, 89 MPP_CMD_BAT_CMD = MPP_CMD_CONTROL_BASE + 4,
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_service.h | 84 MPP_CMD_CONTROL_BASE = 0x400, enumerator 85 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 86 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 87 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 88 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3, 89 MPP_CMD_BAT_CMD = MPP_CMD_CONTROL_BASE + 4,
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_service.h | 86 MPP_CMD_CONTROL_BASE = 0x400, enumerator 87 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 88 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 89 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 90 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3, 91 MPP_CMD_BAT_CMD = MPP_CMD_CONTROL_BASE + 4,
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_service.h | 84 MPP_CMD_CONTROL_BASE = 0x400, enumerator 85 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 86 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 87 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 88 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3, 89 MPP_CMD_BAT_CMD = MPP_CMD_CONTROL_BASE + 4,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 144 MPP_CMD_CONTROL_BASE = 0x400, enumerator 145 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 146 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 147 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 148 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3,
|
H A D | mpp_common.c | 906 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < MPP_CMD_CONTROL_BUTT) ? true : found;
in mpp_check_cmd_v1() 962 case MPP_CMD_CONTROL_BASE:
in mpp_get_cmd_butt()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 116 MPP_CMD_CONTROL_BASE = 0x400, enumerator 117 MPP_CMD_RESET_SESSION = MPP_CMD_CONTROL_BASE + 0, 118 MPP_CMD_TRANS_FD_TO_IOVA = MPP_CMD_CONTROL_BASE + 1, 119 MPP_CMD_RELEASE_FD = MPP_CMD_CONTROL_BASE + 2, 120 MPP_CMD_SEND_CODEC_INFO = MPP_CMD_CONTROL_BASE + 3,
|
H A D | mpp_common.c | 945 found = (cmd >= MPP_CMD_CONTROL_BASE && cmd < MPP_CMD_CONTROL_BUTT) ? true : found; in mpp_check_cmd_v1() 1001 case MPP_CMD_CONTROL_BASE: in mpp_get_cmd_butt()
|
Completed in 10 milliseconds