Searched refs:rcar_fcp_device (Results 1 – 4 of 4) sorted by relevance
13 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 …]
22 struct rcar_fcp_device { struct44 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() argument46 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()
575 struct rcar_fcp_device *fcp;
24 struct rcar_fcp_device;83 struct rcar_fcp_device *fcp;