Searched refs:vpfe_ipipe_otfdpc (Results 1 – 5 of 5) sorted by relevance
82 struct vpfe_ipipe_otfdpc otfdpc;
695 struct vpfe_ipipe_otfdpc { struct1173 struct vpfe_ipipe_otfdpc __user *otfdpc;
134 static int ipipe_validate_otfdpc_params(struct vpfe_ipipe_otfdpc *dpc_param) in ipipe_validate_otfdpc_params()174 struct vpfe_ipipe_otfdpc *dpc_param = param; in ipipe_set_otfdpc_params()175 struct vpfe_ipipe_otfdpc *otfdpc = &ipipe->config.otfdpc; in ipipe_set_otfdpc_params()183 memcpy(otfdpc, dpc_param, sizeof(struct vpfe_ipipe_otfdpc)); in ipipe_set_otfdpc_params()197 struct vpfe_ipipe_otfdpc *dpc_param = param; in ipipe_get_otfdpc_params()198 struct vpfe_ipipe_otfdpc *otfdpc = &ipipe->config.otfdpc; in ipipe_get_otfdpc_params()200 memcpy(dpc_param, otfdpc, sizeof(struct vpfe_ipipe_otfdpc)); in ipipe_get_otfdpc_params()
543 struct vpfe_ipipe_otfdpc *otfdpc);
471 struct vpfe_ipipe_otfdpc *otfdpc) in ipipe_set_otfdpc_regs()