Searched refs:rcar_fcp_device (Results 1 – 4 of 4) sorted by relevance
17 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 …]
21 struct rcar_fcp_device { struct43 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() argument45 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()
573 struct rcar_fcp_device *fcp;
24 struct rcar_fcp_device;80 struct rcar_fcp_device *fcp;