Home
last modified time | relevance | path

Searched refs:cio2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c96 static void cio2_fbpt_exit_dummy(struct cio2_device *cio2) in cio2_fbpt_exit_dummy() argument
98 if (cio2->dummy_lop) { in cio2_fbpt_exit_dummy()
99 dma_free_coherent(&cio2->pci_dev->dev, CIO2_PAGE_SIZE, in cio2_fbpt_exit_dummy()
100 cio2->dummy_lop, cio2->dummy_lop_bus_addr); in cio2_fbpt_exit_dummy()
101 cio2->dummy_lop = NULL; in cio2_fbpt_exit_dummy()
103 if (cio2->dummy_page) { in cio2_fbpt_exit_dummy()
104 dma_free_coherent(&cio2->pci_dev->dev, CIO2_PAGE_SIZE, in cio2_fbpt_exit_dummy()
105 cio2->dummy_page, cio2->dummy_page_bus_addr); in cio2_fbpt_exit_dummy()
106 cio2->dummy_page = NULL; in cio2_fbpt_exit_dummy()
110 static int cio2_fbpt_init_dummy(struct cio2_device *cio2) in cio2_fbpt_init_dummy() argument
[all …]
DKconfig3 tristate "Intel ipu3-cio2 driver"
18 The module will be called ipu3-cio2.
DMakefile2 obj-$(CONFIG_VIDEO_IPU3_CIO2) += ipu3-cio2.o
/Linux-v5.4/Documentation/media/v4l-drivers/
Dipu3.rst24 ImgU). The CIO2 driver is available as drivers/media/pci/intel/ipu3/ipu3-cio2*
126 -f IPU3_SGRBG10 $(media-ctl -d $MDEV -e "ipu3-cio2 0")