Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Drcar-fcp.h16 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np);
22 static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() function
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar-fcp.c44 struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get() function
64 EXPORT_SYMBOL_GPL(rcar_fcp_get);
H A Drcar_fdp1.c2307 fdp1->fcp = rcar_fcp_get(fcp_node); in fdp1_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_drv.c832 vsp1->fcp = rcar_fcp_get(fcp_node); in vsp1_probe()