Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h32 struct xvtc_device *xvtc_of_get(struct device_node *np);
H A Dxilinx-vtc.c251 struct xvtc_device *xvtc_of_get(struct device_node *np) in xvtc_of_get() function
280 EXPORT_SYMBOL_GPL(xvtc_of_get);
H A Dxilinx-tpg.c798 xtpg->vtc = xvtc_of_get(pdev->dev.of_node); in xtpg_probe()