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)
101 int (*link_entities)(struct camss *camss);
104 struct camss { struct
139 int (*get)(struct camss *camss, int id); argument
140 int (*put)(struct camss *camss, int id);
141 void __iomem *(*get_base_address)(struct camss *camss, int id);
152 int camss_pm_domain_on(struct camss *camss, int id);
153 void camss_pm_domain_off(struct camss *camss, int id);
154 int camss_vfe_get(struct camss *camss, int id);
155 void camss_vfe_put(struct camss *camss, int id);
156 void camss_delete(struct camss *camss);