Home
last modified time | relevance | path

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

/Linux-v5.10/include/media/
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
/Linux-v5.10/drivers/media/platform/
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);
/Linux-v5.10/drivers/media/platform/vsp1/
Dvsp1_drv.c845 vsp1->bus_master = rcar_fcp_get_device(vsp1->fcp); in vsp1_probe()