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 …]
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()
575 struct rcar_fcp_device *fcp;
24 struct rcar_fcp_device;80 struct rcar_fcp_device *fcp;