Home
last modified time | relevance | path

Searched refs:MPP_IOC_CFG_V1 (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu.c90 ret = (RK_S32)ioctl(dev, MPP_IOC_CFG_V1, &mpp_req); in vpu_api_set_client_type()
233 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs); in VPUClientSendReg()
238 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs_tmp); in VPUClientSendReg()
293 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in VPUClientWaitResult()
/rockchip-linux_mpp/osal/inc/
H A Dmpp_service.h14 #define MPP_IOC_CFG_V1 _IOW(MPP_IOC_MAGIC, 1, unsigned int) macro
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.c92 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in iep2_init()
396 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req[0]); in iep2_start()
416 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in iep2_wait()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp.c199 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in vdpp_init()
409 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req[0]); in vdpp_start()
434 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in vdpp_wait()
H A Dvdpp2.c1470 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in vdpp2_init()
1900 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req[0]); in vdpp2_start()
1925 ret = (RK_S32)ioctl(ctx->fd, MPP_IOC_CFG_V1, &mpp_req); in vdpp2_wait()
/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c70 return (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in mpp_service_ioctl()
75 return (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, req); in mpp_service_ioctl_request()
139 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &mpp_req); in check_mpp_service_cap()