Home
last modified time | relevance | path

Searched refs:rcar_fcp_get_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/media/
H A Drcar-fcp.h18 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp);
27 static inline struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device() function
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar-fcp.c79 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device() function
83 EXPORT_SYMBOL_GPL(rcar_fcp_get_device);
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_drv.c845 vsp1->bus_master = rcar_fcp_get_device(vsp1->fcp); in vsp1_probe()