Searched refs:cio2 (Results 1 – 3 of 3) sorted by relevance
96 static void cio2_fbpt_exit_dummy(struct cio2_device *cio2) in cio2_fbpt_exit_dummy() argument98 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 …]
2 tristate "Intel ipu3-cio2 driver"17 The module will be called ipu3-cio2.
1 obj-$(CONFIG_VIDEO_IPU3_CIO2) += ipu3-cio2.o