Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-vtc.h35 struct xvtc_device *xvtc_of_get(struct device_node *np);
Dxilinx-vtc.c254 struct xvtc_device *xvtc_of_get(struct device_node *np) in xvtc_of_get() function
283 EXPORT_SYMBOL_GPL(xvtc_of_get);
Dxilinx-tpg.c796 xtpg->vtc = xvtc_of_get(pdev->dev.of_node); in xtpg_probe()