Home
last modified time | relevance | path

Searched refs:rcar_fcp_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/media/
Drcar-fcp.h17 struct rcar_fcp_device;
20 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np);
21 void rcar_fcp_put(struct rcar_fcp_device *fcp);
22 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp);
23 int rcar_fcp_enable(struct rcar_fcp_device *fcp);
24 void rcar_fcp_disable(struct rcar_fcp_device *fcp);
26 static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get()
30 static inline void rcar_fcp_put(struct rcar_fcp_device *fcp) { } in rcar_fcp_put()
31 static inline struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device()
35 static inline int rcar_fcp_enable(struct rcar_fcp_device *fcp) in rcar_fcp_enable()
[all …]
/Linux-v4.19/drivers/media/platform/
Drcar-fcp.c21 struct rcar_fcp_device { struct
43 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() argument
45 struct rcar_fcp_device *fcp; in rcar_fcp_get()
71 void rcar_fcp_put(struct rcar_fcp_device *fcp) in rcar_fcp_put()
78 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device()
96 int rcar_fcp_enable(struct rcar_fcp_device *fcp) in rcar_fcp_enable()
118 void rcar_fcp_disable(struct rcar_fcp_device *fcp) in rcar_fcp_disable()
131 struct rcar_fcp_device *fcp; in rcar_fcp_probe()
152 struct rcar_fcp_device *fcp = platform_get_drvdata(pdev); in rcar_fcp_remove()
Drcar_fdp1.c573 struct rcar_fcp_device *fcp;
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1.h24 struct rcar_fcp_device;
80 struct rcar_fcp_device *fcp;