Searched refs:vpfe_ipipe_cgs (Results 1 – 5 of 5) sorted by relevance
97 struct vpfe_ipipe_cgs cgs;
1101 static int ipipe_validate_cgs_params(struct vpfe_ipipe_cgs *cgs) in ipipe_validate_cgs_params()1111 struct vpfe_ipipe_cgs *cgs_param = param; in ipipe_set_cgs_params()1113 struct vpfe_ipipe_cgs *cgs = &ipipe->config.cgs; in ipipe_set_cgs_params()1116 memset(cgs, 0, sizeof(struct vpfe_ipipe_cgs)); in ipipe_set_cgs_params()1118 memcpy(cgs, cgs_param, sizeof(struct vpfe_ipipe_cgs)); in ipipe_set_cgs_params()1132 struct vpfe_ipipe_cgs *cgs_param = param; in ipipe_get_cgs_params()1133 struct vpfe_ipipe_cgs *cgs = &ipipe->config.cgs; in ipipe_get_cgs_params()1135 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;
556 void ipipe_set_cgs_regs(void __iomem *base_addr, struct vpfe_ipipe_cgs *cgs);
1004 void ipipe_set_cgs_regs(void __iomem *base_addr, struct vpfe_ipipe_cgs *cgs) in ipipe_set_cgs_regs()