Lines Matching full:camss
3 * camss.h
21 #include "camss-csid.h"
22 #include "camss-csiphy.h"
23 #include "camss-ispif.h"
24 #include "camss-vfe.h"
25 #include "camss-format.h"
28 container_of(ptr_module, struct camss, ptr_module)
38 struct camss, ptr_module)
108 int (*link_entities)(struct camss *camss);
111 struct camss { struct
147 int (*get)(struct camss *camss, int id); argument
148 int (*put)(struct camss *camss, int id);
149 void __iomem *(*get_base_address)(struct camss *camss, int id);
160 int camss_pm_domain_on(struct camss *camss, int id);
161 void camss_pm_domain_off(struct camss *camss, int id);
162 int camss_vfe_get(struct camss *camss, int id);
163 void camss_vfe_put(struct camss *camss, int id);
164 void camss_delete(struct camss *camss);