Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-cpd.c201 ipu6_dma_free(adev, adev->pkg_dir_size, in ipu6_cpd_create_pkg_dir()
223 ipu6_dma_free(adev, adev->pkg_dir_size, adev->pkg_dir, in ipu6_cpd_free_pkg_dir()
H A Dipu6-dma.c244 void ipu6_dma_free(struct ipu6_bus_device *sys, size_t size, void *vaddr, in ipu6_dma_free() function
295 EXPORT_SYMBOL_NS_GPL(ipu6_dma_free, "INTEL_IPU6");
H A Dipu6-isys.c940 ipu6_dma_free(isys->adev, sizeof(struct isys_fw_msgs), fwmsg, in free_fw_msg_bufs()
944 ipu6_dma_free(isys->adev, sizeof(struct isys_fw_msgs), fwmsg, in free_fw_msg_bufs()
976 ipu6_dma_free(isys->adev, sizeof(struct isys_fw_msgs), addr, in alloc_fw_msg_bufs()
H A Dipu6-fw-com.c318 ipu6_dma_free(ctx->adev, ctx->dma_size, in ipu6_fw_com_release()