Searched refs:MPP_IOC_CFG_V1 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu.c | 91 ret = (RK_S32)ioctl(dev, MPP_IOC_CFG_V1, &mpp_req); in vpu_api_set_client_type() 234 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs); in VPUClientSendReg() 239 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs_tmp); in VPUClientSendReg() 294 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in VPUClientWaitResult()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_service.h | 25 #define MPP_IOC_CFG_V1 _IOW(MPP_IOC_MAGIC, 1, unsigned int) macro
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 92 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in iep2_init() 391 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req[0]); in iep2_start() 411 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in iep2_wait()
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_service.c | 81 return (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in mpp_service_ioctl() 86 return (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, req); in mpp_service_ioctl_request() 150 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in check_mpp_service_cap()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.c | 44 #define MPP_IOC_CFG_V1 _IOW(MPP_IOC_MAGIC, 1, unsigned int) macro 1456 if (cmd != MPP_IOC_CFG_V1) { in mpp_collect_msgs()
|