Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Drcar-fcp.h13 struct rcar_fcp_device;
16 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np);
17 void rcar_fcp_put(struct rcar_fcp_device *fcp);
18 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp);
19 int rcar_fcp_enable(struct rcar_fcp_device *fcp);
20 void rcar_fcp_disable(struct rcar_fcp_device *fcp);
22 static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get()
26 static inline void rcar_fcp_put(struct rcar_fcp_device *fcp) { } in rcar_fcp_put()
27 static inline struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device()
31 static inline int rcar_fcp_enable(struct rcar_fcp_device *fcp) in rcar_fcp_enable()
[all …]
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar-fcp.c22 struct rcar_fcp_device { struct
44 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() argument
46 struct rcar_fcp_device *fcp; in rcar_fcp_get()
72 void rcar_fcp_put(struct rcar_fcp_device *fcp) in rcar_fcp_put()
79 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device()
97 int rcar_fcp_enable(struct rcar_fcp_device *fcp) in rcar_fcp_enable()
113 void rcar_fcp_disable(struct rcar_fcp_device *fcp) in rcar_fcp_disable()
126 struct rcar_fcp_device *fcp; in rcar_fcp_probe()
149 struct rcar_fcp_device *fcp = platform_get_drvdata(pdev); in rcar_fcp_remove()
H A Drcar_fdp1.c575 struct rcar_fcp_device *fcp;
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1.h24 struct rcar_fcp_device;
83 struct rcar_fcp_device *fcp;