Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Drcar-fcp.h22 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp);
31 static inline struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device() function
/Linux-v4.19/drivers/media/platform/
Drcar-fcp.c78 struct device *rcar_fcp_get_device(struct rcar_fcp_device *fcp) in rcar_fcp_get_device() function
82 EXPORT_SYMBOL_GPL(rcar_fcp_get_device);
/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_drv.c840 vsp1->bus_master = rcar_fcp_get_device(vsp1->fcp); in vsp1_probe()