Home
last modified time | relevance | path

Searched refs:xvtc (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/media/platform/xilinx/
A Dxilinx-vtc.c179 if (!xvtc->has_generator) in xvtc_generator_start()
240 if (!xvtc->has_generator) in xvtc_generator_stop()
255 struct xvtc_device *xvtc; in xvtc_of_get() local
267 found = xvtc; in xvtc_of_get()
301 list_del(&xvtc->list); in xvtc_unregister_device()
321 struct xvtc_device *xvtc; in xvtc_probe() local
324 xvtc = devm_kzalloc(&pdev->dev, sizeof(*xvtc), GFP_KERNEL); in xvtc_probe()
325 if (!xvtc) in xvtc_probe()
328 xvtc->xvip.dev = &pdev->dev; in xvtc_probe()
330 ret = xvtc_parse_of(xvtc); in xvtc_probe()
[all …]
A Dxilinx-vtc.h33 void xvtc_put(struct xvtc_device *xvtc);
35 int xvtc_generator_start(struct xvtc_device *xvtc,
37 int xvtc_generator_stop(struct xvtc_device *xvtc);

Completed in 4 milliseconds