Searched refs:vpfe_ipipe_cgs (Results 1 – 5 of 5) sorted by relevance
97 struct vpfe_ipipe_cgs cgs;
1112 static int ipipe_validate_cgs_params(struct vpfe_ipipe_cgs *cgs) in ipipe_validate_cgs_params()1122 struct vpfe_ipipe_cgs *cgs_param = param; in ipipe_set_cgs_params()1124 struct vpfe_ipipe_cgs *cgs = &ipipe->config.cgs; in ipipe_set_cgs_params()1127 memset(cgs, 0, sizeof(struct vpfe_ipipe_cgs)); in ipipe_set_cgs_params()1129 memcpy(cgs, cgs_param, sizeof(struct vpfe_ipipe_cgs)); in ipipe_set_cgs_params()1143 struct vpfe_ipipe_cgs *cgs_param = param; in ipipe_get_cgs_params()1144 struct vpfe_ipipe_cgs *cgs = &ipipe->config.cgs; in ipipe_get_cgs_params()1146 memcpy(cgs_param, cgs, sizeof(struct vpfe_ipipe_cgs)); in ipipe_get_cgs_params()
1124 struct vpfe_ipipe_cgs { struct1188 struct vpfe_ipipe_cgs __user *cgs;
555 void ipipe_set_cgs_regs(void __iomem *base_addr, struct vpfe_ipipe_cgs *cgs);
1013 void ipipe_set_cgs_regs(void __iomem *base_addr, struct vpfe_ipipe_cgs *cgs) in ipipe_set_cgs_regs()