Home
last modified time | relevance | path

Searched refs:rve_user_ctx_t (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve.h25 #define RVE_IOC_END_CONFIG RVE_IOWR(0x6, struct rve_user_ctx_t)
26 #define RVE_IOC_CMD_CONFIG RVE_IOWR(0x7, struct rve_user_ctx_t)
58 struct rve_user_ctx_t { struct
H A Drve_job.h30 int rve_job_config_by_user_ctx(struct rve_user_ctx_t *user_ctx);
31 int rve_job_commit_by_user_ctx(struct rve_user_ctx_t *user_ctx);
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_drv.c298 struct rve_user_ctx_t user_ctx; in rve_ioctl_cmd_config()
301 if (unlikely(copy_from_user(&user_ctx, (struct rve_user_ctx_t *)arg, in rve_ioctl_cmd_config()
335 struct rve_user_ctx_t rve_user_ctx; in rve_ioctl_cmd_end()
354 if (copy_to_user((struct rve_user_ctx_t *)arg, in rve_ioctl_cmd_end()
355 &rve_user_ctx, sizeof(struct rve_user_ctx_t))) { in rve_ioctl_cmd_end()
H A Drve_job.c505 int rve_job_config_by_user_ctx(struct rve_user_ctx_t *user_ctx) in rve_job_config_by_user_ctx()
565 int rve_job_commit_by_user_ctx(struct rve_user_ctx_t *user_ctx) in rve_job_commit_by_user_ctx()